Home
last modified time | relevance | path

Searched refs:CreateExecutable (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc213 CreateExecutable(std::move(module), run_hlo_passes)); in ExecuteWithDeviceBuffers()
277 CreateExecutable(std::move(module), options.run_hlo_passes)); in ExecuteReplicated()
426 StatusOr<std::unique_ptr<Executable>> HloRunner::CreateExecutable( in CreateExecutable() function in xla::HloRunner
Dhlo_runner.h162 StatusOr<std::unique_ptr<Executable>> CreateExecutable(
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc437 test_runner_.CreateExecutable(std::move(module), run_hlo_passes); in RunMultipleTimes()