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.cc2425 if (layout_constrained()) { in ToProto()
2478 if (layout_constrained()) { in ExtraAttributesToStringImpl()
2535 if (layout_constrained() != casted_other.layout_constrained()) { in IdenticalSlowPath()
2538 if (layout_constrained()) { in IdenticalSlowPath()
2587 if (layout_constrained()) { in CloneWithNewOperandsImpl()
Dhlo_instructions.h1483 bool layout_constrained() const { return layout_constrained_; } in layout_constrained() function
1488 CHECK(layout_constrained()); in operand_shapes_with_layout()
Dhlo_verifier.cc796 if (custom_call->layout_constrained()) { in HandleCustomCall()
Dlayout_assignment.cc433 return custom_call != nullptr && custom_call->layout_constrained(); in IsLayoutConstrainedCustomCall()