Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Djitrt_custom_calls.cc68 const xla::ServiceExecutableRunOptions);
408 Error operator()(const ServiceExecutableRunOptions* run_options,
419 Error LaunchFunc::operator()(const ServiceExecutableRunOptions* run_options, in operator ()()
479 .UserData<const ServiceExecutableRunOptions*>() in LaunchFunc()
501 Error operator()(const ServiceExecutableRunOptions* run_options,
514 Error Gemm::operator()(const ServiceExecutableRunOptions* run_options, in operator ()()
550 .UserData<const ServiceExecutableRunOptions*>() in Gemm()
575 Error operator()(const ServiceExecutableRunOptions* run_options,
590 const ServiceExecutableRunOptions* run_options, in operator ()()
648 .UserData<const ServiceExecutableRunOptions*>() in CublasLtMatmul()
[all …]
H A Dgpu_executable.h185 const ServiceExecutableRunOptions* run_options,
190 const ServiceExecutableRunOptions* run_options,
197 const ServiceExecutableRunOptions* run_options,
215 Status ExecuteThunksOrJitRt(const ServiceExecutableRunOptions* run_options,
238 const ServiceExecutableRunOptions* run_options);
H A Dgpu_executable.cc285 const ServiceExecutableRunOptions* run_options) { in CheckCompatibilityWithServiceExecutableRunOptions()
315 Status MaybeSyncAndProfile(const ServiceExecutableRunOptions* run_options,
320 const ServiceExecutableRunOptions* run_options, in ExecuteThunks()
353 Status MaybeSyncAndProfile(const ServiceExecutableRunOptions* run_options, in MaybeSyncAndProfile()
556 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
563 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
574 const ServiceExecutableRunOptions* run_options, in ExecuteJitRt()
684 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStreamImpl()
845 const ServiceExecutableRunOptions* run_options, in ExecuteThunksOrJitRt()
H A Dgpu_executable_run_options.cc54 const ServiceExecutableRunOptions& run_options, se::Stream* stream) in NcclExecuteParams()
H A Dgpu_executable_run_options.h85 NcclExecuteParams(const ServiceExecutableRunOptions& run_options,
H A Dthunk.h107 ExecuteParams(const ServiceExecutableRunOptions& run_options,
H A Dthunk.cc22 const ServiceExecutableRunOptions& run_options, in ExecuteParams()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dexecutable.h257 const ServiceExecutableRunOptions* run_options,
280 const ServiceExecutableRunOptions* run_options,
287 const ServiceExecutableRunOptions* run_options,
292 const ServiceExecutableRunOptions* run_options,
301 absl::Span<const ServiceExecutableRunOptions> run_options,
318 const ServiceExecutableRunOptions* run_options,
322 const ServiceExecutableRunOptions* run_options,
326 const ServiceExecutableRunOptions* run_options,
330 const ServiceExecutableRunOptions* run_options,
H A Dexecutable.cc81 const ServiceExecutableRunOptions* run_options, in ExecuteOnStream()
103 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
118 const ServiceExecutableRunOptions* run_options, in ExecuteOnStream()
130 absl::Span<const ServiceExecutableRunOptions> run_options, in ExecuteOnStreams()
162 const ServiceExecutableRunOptions* run_options, in ExecuteOnStreamWrapper()
173 const ServiceExecutableRunOptions* run_options, in ExecuteOnStreamWrapper()
191 const ServiceExecutableRunOptions* run_options) { in ExecuteWrapperBeforeExecution()
279 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStreamWrapper()
290 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStreamWrapper()
H A Dservice_executable_run_options.h28 class ServiceExecutableRunOptions {
32 ServiceExecutableRunOptions() in ServiceExecutableRunOptions() function
33 : ServiceExecutableRunOptions(ExecutableRunOptions()) {} in ServiceExecutableRunOptions()
35 explicit ServiceExecutableRunOptions(ExecutableRunOptions run_options,
H A Dhlo_runner.cc176 ServiceExecutableRunOptions service_run_options = in ExecuteWithDeviceBuffers()
205 const std::vector<ServiceExecutableRunOptions>&, in ExecuteReplicatedImpl()
213 std::vector<ServiceExecutableRunOptions> service_run_options; in ExecuteReplicatedImpl()
345 [&](const std::vector<ServiceExecutableRunOptions>& service_run_options, in ExecuteReplicated()
405 [&](const std::vector<ServiceExecutableRunOptions>& service_run_options, in ExecuteReplicated()
472 ServiceExecutableRunOptions HloRunner::GetServiceRunOptionsForDevice( in GetServiceRunOptionsForDevice()
485 return ServiceExecutableRunOptions(run_options, backend().StreamBorrower()); in GetServiceRunOptionsForDevice()
H A Dhlo_runner.h154 ServiceExecutableRunOptions GetServiceRunOptionsForDevice(
161 const std::vector<ServiceExecutableRunOptions>&,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dexecutable_base.h41 const ServiceExecutableRunOptions* run_options,
47 const ServiceExecutableRunOptions* run_options,
H A Dexecutable.cc55 const ServiceExecutableRunOptions* run_options, in Evaluate()
H A Dexecutable.h51 StatusOr<Literal> Evaluate(const ServiceExecutableRunOptions* run_options,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executable_interface.h48 const ServiceExecutableRunOptions* run_options,
73 const ServiceExecutableRunOptions& run_options,
H A Dtpu_executable.h34 const ServiceExecutableRunOptions* run_options,
49 const ServiceExecutableRunOptions& run_options, in LoadProgramAndEnqueueToStream()
H A Dtpu_executable.cc26 const xla::ServiceExecutableRunOptions& options) { in ToC()
76 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
H A Dtpu_op_executable.h53 const xla::ServiceExecutableRunOptions& run_options,
H A Dtpu_op_executable.cc38 const xla::ServiceExecutableRunOptions& run_options, in LoadProgramAndEnqueueToStream()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_executable.h57 const ServiceExecutableRunOptions* run_options,
118 const ServiceExecutableRunOptions* run_options,
H A Dcpu_executable.cc219 const ServiceExecutableRunOptions* run_options, in CreateResultShapedBuffer()
319 const ServiceExecutableRunOptions* run_options, in ExecuteAsyncOnStream()
367 ServiceExecutableRunOptions run_options; in ExecuteAsyncOnStream()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dlocal_client.cc119 StatusOr<std::pair<ServiceExecutableRunOptions, StreamPool::Ptr>>
170 ServiceExecutableRunOptions service_options(run_options, in RunHelper()
H A Dlocal_client.h93 StatusOr<std::pair<ServiceExecutableRunOptions, StreamPool::Ptr>> RunHelper(
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/tpu/
H A Dtpu_op_executable.cc38 const xla::ServiceExecutableRunOptions& run_options, in LoadProgramAndEnqueueToStream()

12