Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc135 const Shape& argument_shape = *argument_layouts[i]; in CompileExecutable() local
137 ShapeUtil::ValidateShapeWithOptionalLayout(argument_shape)); in CompileExecutable()
138 if (!ShapeUtil::Compatible(argument_shape, program_shape.parameters(i))) { in CompileExecutable()
156 ShapeUtil::HumanString(argument_shape)); in CompileExecutable()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc344 for (auto& argument_shape : argument_shapes) { in Compile() local
345 argument_shape_pointers.push_back(&argument_shape); in Compile()