Home
last modified time | relevance | path

Searched defs:outfeed_shape (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner_interface.h68 Shape outfeed_shape; member
Dhlo.proto197 xla.ShapeProto outfeed_shape = 29; field
Dhlo_instruction.cc462 Shape outfeed_shape(proto.outfeed_shape()); in CreateFromProto() local
1390 const Shape& outfeed_shape, HloInstruction* operand, in CreateOutfeed()
4684 const Shape& HloInstruction::outfeed_shape() const { in outfeed_shape() function in xla::HloInstruction
Dhlo_instructions.h1559 const Shape& outfeed_shape() const { return outfeed_shape_; } in outfeed_shape() function
Dhlo_parser.cc2457 optional<Shape> outfeed_shape; in CreateInstruction() local
Dhlo_instructions.cc2385 HloOutfeedInstruction::HloOutfeedInstruction(const Shape& outfeed_shape, in HloOutfeedInstruction()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc102 auto outfeed_shape = ShapeUtil::MakeShape(F32, {4, 8}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc280 std::optional<Shape> outfeed_shape = in ReplayComputation() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3693 Shape outfeed_shape = operand->shape(); in HandleOutfeed() local