Home
last modified time | relevance | path

Searched defs:host_to_device_stream (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_context.h33 int stream_id, se::Stream* stream, se::Stream* host_to_device_stream, in PluggableDeviceContext()
45 se::Stream* host_to_device_stream() const { return host_to_device_stream_; } in host_to_device_stream() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgpu_device_context.h36 se::Stream* host_to_device_stream, in GPUDeviceContext()
57 se::Stream* host_to_device_stream() const { return host_to_device_stream_; } in host_to_device_stream() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_device_context.h77 se::Stream* host_to_device_stream() const { in host_to_device_stream() function
H A Dxla_device_context.cc89 std::shared_ptr<se::Stream> host_to_device_stream, in XlaDeviceContext()
H A Dxla_device.cc331 std::shared_ptr<se::Stream> host_to_device_stream; in GetDeviceContextLocked() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dlocal_device_state.h108 se::Stream* host_to_device_stream() const { in host_to_device_stream() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dexecutable_run_options.cc70 stream_executor::Stream* ExecutableRunOptions::host_to_device_stream() const { in host_to_device_stream() function in xla::ExecutableRunOptions
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_execute.cc425 stream_executor::Stream* host_to_device_stream, in TPUExecute()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_decl.h163 SE_Stream* host_to_device_stream; member