Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
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
/external/tensorflow/tensorflow/core/common_runtime/
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
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.h77 se::Stream* host_to_device_stream() const { in host_to_device_stream() function
Dxla_device_context.cc89 std::shared_ptr<se::Stream> host_to_device_stream, in XlaDeviceContext()
Dxla_device.cc331 std::shared_ptr<se::Stream> host_to_device_stream; in GetDeviceContextLocked() local
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dlocal_device_state.h108 se::Stream* host_to_device_stream() const { in host_to_device_stream() function
/external/tensorflow/tensorflow/compiler/xla/
Dexecutable_run_options.cc70 stream_executor::Stream* ExecutableRunOptions::host_to_device_stream() const { in host_to_device_stream() function in xla::ExecutableRunOptions
/external/tensorflow/tensorflow/core/tpu/
Dtpu_execute.cc425 stream_executor::Stream* host_to_device_stream, in TPUExecute()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dc_api_decl.h163 SE_Stream* host_to_device_stream; member