Home
last modified time | relevance | path

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

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