Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h32 ShapeVerifier(bool layout_sensitive, bool allow_mixed_precision) in ShapeVerifier()
200 bool layout_sensitive, bool allow_mixed_precision, in DefaultVerifierMetadata()
230 : target_metadata_(absl::make_unique<DefaultVerifierMetadata>( in target_metadata_()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc567 Status VerifyHloModule(HloModule* const module, bool layout_sensitive, in VerifyHloModule()