Home
last modified time | relevance | path

Searched defs:infeed_shape (Results 1 – 6 of 6) 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/compiler/xla/service/gpu/
Dinfeed_thunk.cc40 const auto& infeed_shape = infeed_slices_.shape(); in ExecuteOnStream() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc233 if (absl::optional<Shape> infeed_shape = GetXfeedShape( in ReplayComputation() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h975 const Shape& infeed_shape() const { in infeed_shape() function
Dhlo_instruction.cc863 const Shape& infeed_shape, HloInstruction* token_operand, in CreateInfeed()
Dhlo_instructions.cc1772 HloInfeedInstruction::HloInfeedInstruction(const Shape& infeed_shape, in HloInfeedInstruction()