Home
last modified time | relevance | path

Searched refs:outfeed_shape_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1197 const Shape& outfeed_shape() const { return outfeed_shape_; } in outfeed_shape()
1199 Shape* mutable_outfeed_shape() { return &outfeed_shape_; } in mutable_outfeed_shape()
1219 Shape outfeed_shape_; variable
Dhlo_instructions.cc2092 outfeed_shape_(outfeed_shape), in HloOutfeedInstruction()
2109 ShapeUtil::HumanStringWithLayout(outfeed_shape_))); in ExtraAttributesToStringImpl()