Home
last modified time | relevance | path

Searched refs:AddInvariantChecker (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_pass_pipeline_test.cc308 pipeline.AddInvariantChecker<BarBlowerUpper>(); in TEST_F()
318 pipeline.AddInvariantChecker<BarBlowerUpper>(); in TEST_F()
332 pipeline.AddInvariantChecker<BarBlowerUpper>(); in TEST_F()
H A Dhlo_pass_pipeline.h66 T& AddInvariantChecker(Args&&... args) { in AddInvariantChecker() function
77 AddInvariantChecker<T>(std::forward<Args>(args)...); in AddInvariantCheckerDebug()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc424 pipeline->AddInvariantChecker<HloVerifier>(std::move(verifier_metadata),
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.cc329 pipeline->AddInvariantChecker<HloVerifier>(std::move(verifier_metadata),