Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_runner.cc163 CreateExecutable(std::move(module), run_hlo_passes)); in ExecuteWithDeviceBuffers()
199 CreateExecutable(std::move(module), options.run_hlo_passes)); in ExecuteReplicated()
454 StatusOr<std::unique_ptr<Executable>> HloRunner::CreateExecutable( in CreateExecutable() function in xla::HloRunner
H A Dhlo_runner_interface.h113 virtual StatusOr<std::unique_ptr<Executable>> CreateExecutable(
H A Dhlo_runner.h98 StatusOr<std::unique_ptr<Executable>> CreateExecutable(
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreplicated_io_feed_test.cc59 test_runner_.CreateExecutable(std::move(module), /*run_hlo_passes=*/true) in XLA_TEST_F()
H A Dmultithreaded_compilation_test.cc75 test_runner_.CreateExecutable(std::move(modules[iteration]), true)); in XLA_TEST_F()
H A Dhlo_test_base.cc651 test_runner_.CreateExecutable(std::move(module), run_hlo_passes); in RunMultipleTimes()
H A Dcollective_ops_test.cc372 .CreateExecutable(MakeCrsModule(input_literal.shape(), in XLA_TEST_F()