Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.h107 static StatusOr<bool> RunHloPass(HloPassInterface& hlo_pass, in RunHloPass() function
111 static StatusOr<bool> RunHloPass(HloPassInterface&& hlo_pass, in RunHloPass() function
Dhlo_test_base.cc162 StatusOr<bool> HloTestBase::RunHloPass(HloPassInterface* hlo_pass, in RunHloPass() function in xla::HloTestBase