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.proto142 xla.ShapeProto outfeed_shape = 29; field
Dhlo_instructions.h1197 const Shape& outfeed_shape() const { return outfeed_shape_; } in outfeed_shape() function
Dhlo_instruction.cc405 Shape outfeed_shape(proto.outfeed_shape()); in CreateFromProto() local
1116 const Shape& outfeed_shape, HloInstruction* operand, in CreateOutfeed()
4111 const Shape& HloInstruction::outfeed_shape() const { in outfeed_shape() function in xla::HloInstruction
Dhlo_parser.cc2107 optional<Shape> outfeed_shape; in ParseInstructionRhs() local
Dhlo_instructions.cc2087 HloOutfeedInstruction::HloOutfeedInstruction(const Shape& outfeed_shape, in HloOutfeedInstruction()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc92 auto outfeed_shape = ShapeUtil::MakeShape(F32, {4, 8}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc276 if (absl::optional<Shape> outfeed_shape = GetXfeedShape( in ReplayComputation() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc2912 Shape outfeed_shape = operand->shape(); in HandleOutfeed() local