Home
last modified time | relevance | path

Searched defs:layout_sensitive (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_layout_helper.h62 auto layout_sensitive = cast<LayoutSensitiveInterface>(op->getOperation()); in UpdateDataFormat() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_verifier.h101 bool layout_sensitive = false; member
H A Dhlo_instruction.cc2356 bool layout_sensitive, bool ignore_channel_id_values, in IdenticalInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtest_utils.cc763 Status VerifyHloModule(HloModule* const module, bool layout_sensitive, in VerifyHloModule()