Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc2726 if (layout_constrained()) { in ToProto()
2782 if (layout_constrained()) { in ExtraAttributesToStringImpl()
2849 if (layout_constrained() != casted_other.layout_constrained()) { in IdenticalSlowPath()
2852 if (layout_constrained()) { in IdenticalSlowPath()
2909 if (layout_constrained()) { in CloneWithNewOperandsImpl()
Dhlo_instructions.h1886 bool layout_constrained() const { return layout_constrained_; } in layout_constrained() function
1891 CHECK(layout_constrained()); in operand_shapes_with_layout()
Dhlo_verifier.cc1166 if (custom_call->layout_constrained()) { in HandleCustomCall()
Dlayout_assignment.cc535 return custom_call != nullptr && custom_call->layout_constrained(); in IsLayoutConstrainedCustomCall()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc629 if (custom_call->layout_constrained()) { in ImportInstructionImpl()