Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc155 CreateExecutable(std::move(module), run_hlo_passes)); in ExecuteWithDeviceBuffers()
188 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.h99 StatusOr<std::unique_ptr<Executable>> CreateExecutable(
Dhlo_runner_interface.h113 virtual StatusOr<std::unique_ptr<Executable>> CreateExecutable(
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcollective_ops_test.cc363 .CreateExecutable(std::move(module), /*run_hlo_passes=*/true) in XLA_TEST_F()
419 .CreateExecutable(MakeCrsModule(input_literal.shape(), in XLA_TEST_F()
Dhlo_test_base.cc500 test_runner_.CreateExecutable(std::move(module), run_hlo_passes); in RunMultipleTimes()