Home
last modified time | relevance | path

Searched refs:mutable_outfeed_shape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h2026 Shape* mutable_outfeed_shape();
Dhlo_instructions.h1561 Shape* mutable_outfeed_shape() { return &outfeed_shape_; } in mutable_outfeed_shape() function
Dhlo_instruction.cc4688 Shape* HloInstruction::mutable_outfeed_shape() { in mutable_outfeed_shape() function in xla::HloInstruction
4689 return Cast<HloOutfeedInstruction>(this)->mutable_outfeed_shape(); in mutable_outfeed_shape()
Dhlo_instructions.cc2399 *proto.mutable_outfeed_shape() = outfeed_shape().ToProto(); in ToProto()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1872 *instr.mutable_outfeed_shape() = shape_with_layout.ToProto(); in Outfeed()
1931 *instr.mutable_outfeed_shape() = shape_with_layout.ToProto(); in OutfeedWithTokenInternal()