Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_runner_interface.h68 Shape outfeed_shape; member
H A Dhlo.proto197 xla.ShapeProto outfeed_shape = 29; field
H A 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
H A Dhlo_instructions.h1559 const Shape& outfeed_shape() const { return outfeed_shape_; } in outfeed_shape() function
H A Dhlo_parser.cc2457 optional<Shape> outfeed_shape; in CreateInstruction() local
H A Dhlo_instructions.cc2385 HloOutfeedInstruction::HloOutfeedInstruction(const Shape& outfeed_shape, in HloOutfeedInstruction()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
H A Dmlir_hlo_builder_test.cc102 auto outfeed_shape = ShapeUtil::MakeShape(F32, {4, 8}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dreplay_computation.cc280 std::optional<Shape> outfeed_shape = in ReplayComputation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc3693 Shape outfeed_shape = operand->shape(); in HandleOutfeed() local