Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h32 ShapeVerifier(bool layout_sensitive, bool allow_mixed_precision, in ShapeVerifier()
244 bool layout_sensitive, bool allow_mixed_precision, in DefaultVerifierMetadata()
276 : target_metadata_(absl::make_unique<DefaultVerifierMetadata>( in target_metadata_()
Dhlo_instruction.cc2209 bool layout_sensitive, bool ignore_channel_id_values) const { in IdenticalInternal()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc708 Status VerifyHloModule(HloModule* const module, bool layout_sensitive, in VerifyHloModule()