Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc210 << " -> " << xla::ShapeUtil::HumanString(body.xla_output_shape); in Compile()
212 << " -> " << xla::ShapeUtil::HumanString(cond.xla_output_shape); in Compile()
221 ctx, xla::ShapeUtil::Compatible(body_input_shape, body.xla_output_shape), in Compile()
225 xla::ShapeUtil::HumanString(body.xla_output_shape))); in Compile()
230 xla::ShapeUtil::Compatible(cond.xla_output_shape, in Compile()
234 xla::ShapeUtil::HumanString(cond.xla_output_shape))); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc654 result->xla_output_shape.Swap( in CompileGraph()
657 << xla::ShapeUtil::HumanString(result->xla_output_shape); in CompileGraph()
660 xla::LayoutUtil::SetToDefaultLayout(&result->xla_output_shape); in CompileGraph()
673 xla::ShapeUtil::GetTupleElementShape(result->xla_output_shape, in CompileGraph()
Dxla_compiler.h212 xla::Shape xla_output_shape; member
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc222 build_options.set_result_layout(result.xla_output_shape); in BuildExecutable()