Home
last modified time | relevance | path

Searched defs:infeed_shape (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_infeed_test.cc121 const auto infeed_shape = ShapeUtil::MakeShape(F32, {3}); in TEST_F() local
223 const auto build_body = [&result_shape](const Shape& infeed_shape) { in TEST_F()
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dinfeed_op.cc42 xla::Shape infeed_shape = ApiConverter::FromC(&c_infeed_shape); in GetTPUInfeedLayout() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening.cc256 const Shape& infeed_shape = ShapeUtil::GetSubshape(infeed_hlo->shape(), {0}); in RemoveInfeed() local
Dreplay_computation.cc275 if (std::optional<Shape> infeed_shape = GetXfeedShape( in ReplayComputation() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dinfeed_ops.cc65 xla::Shape infeed_shape = ApiConverter::FromC(&c_infeed_shape); in GetTPUInfeedLayout() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1525 const Shape& infeed_shape() const { in infeed_shape() function
Dhlo_instruction.cc1383 const Shape& infeed_shape, HloInstruction* token_operand, in CreateInfeed()
Dhlo_instructions.cc2345 HloInfeedInstruction::HloInfeedInstruction(const Shape& infeed_shape, in HloInfeedInstruction()