Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dservice_executable_run_options.h28 class ServiceExecutableRunOptions {
32 ServiceExecutableRunOptions() in ServiceExecutableRunOptions() function
33 : ServiceExecutableRunOptions(ExecutableRunOptions()) {} in ServiceExecutableRunOptions()
35 explicit ServiceExecutableRunOptions(ExecutableRunOptions run_options,
Dexecutable.h259 const ServiceExecutableRunOptions* run_options,
282 const ServiceExecutableRunOptions* run_options,
289 const ServiceExecutableRunOptions* run_options,
294 const ServiceExecutableRunOptions* run_options,
303 absl::Span<const ServiceExecutableRunOptions> run_options,
320 const ServiceExecutableRunOptions* run_options,
324 const ServiceExecutableRunOptions* run_options,
328 const ServiceExecutableRunOptions* run_options,
332 const ServiceExecutableRunOptions* run_options,
Dexecutable.cc82 const ServiceExecutableRunOptions* run_options, in ExecuteOnStream()
104 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
119 const ServiceExecutableRunOptions* run_options, in ExecuteOnStream()
131 absl::Span<const ServiceExecutableRunOptions> run_options, in ExecuteOnStreams()
163 const ServiceExecutableRunOptions* run_options, in ExecuteOnStreamWrapper()
174 const ServiceExecutableRunOptions* run_options, in ExecuteOnStreamWrapper()
192 const ServiceExecutableRunOptions* run_options) { in ExecuteWrapperBeforeExecution()
280 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStreamWrapper()
291 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStreamWrapper()
Dhlo_runner.cc165 ServiceExecutableRunOptions service_run_options = in ExecuteWithDeviceBuffers()
194 const std::vector<ServiceExecutableRunOptions>&, in ExecuteReplicatedImpl()
202 std::vector<ServiceExecutableRunOptions> service_run_options; in ExecuteReplicatedImpl()
323 [&](const std::vector<ServiceExecutableRunOptions>& service_run_options, in ExecuteReplicated()
377 [&](const std::vector<ServiceExecutableRunOptions>& service_run_options, in ExecuteReplicated()
442 ServiceExecutableRunOptions HloRunner::GetServiceRunOptionsForDevice( in GetServiceRunOptionsForDevice()
455 return ServiceExecutableRunOptions(run_options, backend().StreamBorrower()); in GetServiceRunOptionsForDevice()
Dhlo_runner.h148 ServiceExecutableRunOptions GetServiceRunOptionsForDevice(
155 const std::vector<ServiceExecutableRunOptions>&,
Dservice.cc409 ServiceExecutableRunOptions run_options(options, in ExecuteParallelAndRegisterResult()
492 std::vector<ServiceExecutableRunOptions> run_options; in ExecuteAndRegisterResult()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h115 const ServiceExecutableRunOptions* run_options,
120 const ServiceExecutableRunOptions* run_options,
127 const ServiceExecutableRunOptions* run_options,
140 Status ExecuteThunks(const ServiceExecutableRunOptions* run_options,
157 const ServiceExecutableRunOptions* run_options);
Dgpu_executable.cc95 const ServiceExecutableRunOptions* run_options) { in CheckCompatibilityWithServiceExecutableRunOptions()
129 const ServiceExecutableRunOptions* run_options, in ExecuteThunks()
399 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
407 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
417 const ServiceExecutableRunOptions* run_options, VariantArguments arguments, in ExecuteAsyncOnStreamImpl()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable_base.h41 const ServiceExecutableRunOptions* run_options,
47 const ServiceExecutableRunOptions* run_options,
Dexecutable.h54 StatusOr<Literal> Evaluate(const ServiceExecutableRunOptions* run_options,
Dexecutable.cc55 const ServiceExecutableRunOptions* run_options, in Evaluate()
Dexecutable_base.cc42 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executable_interface.h48 const ServiceExecutableRunOptions* run_options,
73 const ServiceExecutableRunOptions& run_options,
Dtpu_executable.h53 const ServiceExecutableRunOptions& run_options,
Dtpu_executable.cc38 const ServiceExecutableRunOptions& run_options, in LoadProgramAndEnqueueToStream()
Dtpu_executable_interface.cc169 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.h59 const ServiceExecutableRunOptions* run_options,
120 const ServiceExecutableRunOptions* run_options,
Dcpu_executable.cc226 const ServiceExecutableRunOptions* run_options, in CreateResultShapedBuffer()
326 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
374 ServiceExecutableRunOptions run_options; in ExecuteAsyncOnStream()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc41 const xla::ServiceExecutableRunOptions& options) { in ToC()
100 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
190 const ServiceExecutableRunOptions& run_options, in LoadProgramAndEnqueueToStream()
Dtpu_execute.cc447 const xla::ServiceExecutableRunOptions service_run_options(run_options); in TPUExecute()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.h92 StatusOr<std::pair<ServiceExecutableRunOptions, StreamPool::Ptr>> RunHelper(
Dlocal_client.cc118 StatusOr<std::pair<ServiceExecutableRunOptions, StreamPool::Ptr>>
167 ServiceExecutableRunOptions service_options(run_options, in RunHelper()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmlir_gpu_test_base.cc89 ServiceExecutableRunOptions run_options(executable_run_options); in RunMlirModule()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuffer_donation_test.cc87 ServiceExecutableRunOptions service_run_options(run_options); in RunAndCheck()
Dxla_hlo_profile_test.cc175 ServiceExecutableRunOptions run_options(exec_run_options, in ExecuteAndFetchProfile()