Home
last modified time | relevance | path

Searched refs:argument_shape (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc117 const Shape& argument_shape = *argument_layouts[i]; in CompileExecutables() local
119 ShapeUtil::ValidateShapeWithOptionalLayout(argument_shape)); in CompileExecutables()
120 if (!ShapeUtil::Compatible(argument_shape, program_shape.parameters(i))) { in CompileExecutables()
138 ShapeUtil::HumanString(argument_shape)); in CompileExecutables()