Home
last modified time | relevance | path

Searched refs:ServiceExecutableRunOptions (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h83 const ServiceExecutableRunOptions* run_options,
90 const ServiceExecutableRunOptions* run_options,
103 const ServiceExecutableRunOptions* run_options, in ExecuteOnStream()
111 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
122 absl::Span<const ServiceExecutableRunOptions> run_options,
138 const ServiceExecutableRunOptions* run_options, ExecutionProfile* profile,
Dservice_executable_run_options.h28 class ServiceExecutableRunOptions {
32 ServiceExecutableRunOptions() in ServiceExecutableRunOptions() function
33 : ServiceExecutableRunOptions(ExecutableRunOptions()) {} in ServiceExecutableRunOptions()
35 explicit ServiceExecutableRunOptions(ExecutableRunOptions run_options,
Dexecutable.cc33 absl::Span<const ServiceExecutableRunOptions> run_options, in ExecuteOnStreams()
64 const ServiceExecutableRunOptions* run_options, ExecutionProfile* profile, in ExecuteOnStreamWrapper()
Dhlo_runner.cc208 ServiceExecutableRunOptions service_run_options = in ExecuteWithDeviceBuffers()
245 ServiceExecutableRunOptions service_run_options = in ExecuteWithDeviceBuffers()
279 std::vector<ServiceExecutableRunOptions> service_run_options; in ExecuteReplicated()
442 ServiceExecutableRunOptions HloRunner::GetServiceRunOptionsForDevice( in GetServiceRunOptionsForDevice()
453 return ServiceExecutableRunOptions(run_options, backend().StreamBorrower()); in GetServiceRunOptionsForDevice()
Dhlo_runner.h195 ServiceExecutableRunOptions GetServiceRunOptionsForDevice(
Dservice.cc454 ServiceExecutableRunOptions run_options(options, in ExecuteParallelAndRegisterResult()
540 std::vector<ServiceExecutableRunOptions> run_options; in ExecuteAndRegisterResult()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.h59 const ServiceExecutableRunOptions* run_options,
64 const ServiceExecutableRunOptions* run_options,
95 const ServiceExecutableRunOptions* run_options,
128 const ServiceExecutableRunOptions* run_options,
Dcpu_executable.cc209 const ServiceExecutableRunOptions* run_options, in CreateResultShapedBuffer()
268 const ServiceExecutableRunOptions* run_options, in ExecuteOnStream()
279 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
290 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStreamImpl()
327 ServiceExecutableRunOptions run_options; in ExecuteAsyncOnStreamImpl()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h80 const ServiceExecutableRunOptions* run_options,
85 const ServiceExecutableRunOptions* run_options,
94 Status ExecuteThunks(const ServiceExecutableRunOptions* run_options,
Dgpu_executable.cc67 const ServiceExecutableRunOptions* run_options, in ExecuteThunks()
237 const ServiceExecutableRunOptions* run_options, in ExecuteOnStream()
350 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
Dbuffer_comparator.cc145 ServiceExecutableRunOptions service_run_options(run_options); in CompareEqualImpl()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable.h50 const ServiceExecutableRunOptions* run_options,
56 const ServiceExecutableRunOptions* run_options,
Dexecutable.cc49 const ServiceExecutableRunOptions* run_options, in ExecuteOnStream()
125 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc168 ServiceExecutableRunOptions service_options(run_options, in Run()
179 const ServiceExecutableRunOptions* run_options, in ExecuteAndDump()
Dlocal_client.h75 const ServiceExecutableRunOptions* run_options,
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc175 ServiceExecutableRunOptions run_options(exec_run_options, in ExecuteAndFetchProfile()