Home
last modified time | relevance | path

Searched refs:layout_constrained (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc2088 if (layout_constrained()) { in ToProto()
2124 if (layout_constrained()) { in ExtraAttributesToStringImpl()
2160 if (layout_constrained() != casted_other.layout_constrained()) { in IdenticalSlowPath()
2163 if (layout_constrained()) { in IdenticalSlowPath()
2181 if (layout_constrained()) { in CloneWithNewOperandsImpl()
Dhlo_instructions.h1215 bool layout_constrained() const { return layout_constrained_; } in layout_constrained() function
1220 CHECK(layout_constrained()); in operand_shapes_with_layout()
Dhlo_verifier.cc548 if (custom_call->layout_constrained()) { in HandleCustomCall()
Dlayout_assignment.cc423 return custom_call != nullptr && custom_call->layout_constrained(); in IsLayoutConstrainedCustomCall()