Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_pass_pipeline.h66 T& AddInvariantChecker(Args&&... args) { in AddInvariantChecker() function
77 AddInvariantChecker<T>(std::forward<Args>(args)...); in AddInvariantCheckerDebug()
Dhlo_pass_pipeline_test.cc204 pipeline.AddInvariantChecker<BarBlowerUpper>(); in TEST_F()
214 pipeline.AddInvariantChecker<BarBlowerUpper>(); in TEST_F()
228 pipeline.AddInvariantChecker<BarBlowerUpper>(); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc287 pipeline.AddInvariantChecker<HloVerifier>(/*layout_sensitive=*/false, in RunHloPassesThroughLayoutAssn()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc154 pipeline.AddInvariantChecker<HloVerifier>(/*layout_sensitive=*/false, in OptimizeHloModule()