Home
last modified time | relevance | path

Searched refs:gpu_device_context (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc653 GPUDeviceContext* gpu_device_context = device_context_; in Compute() local
655 gpu_device_context = in Compute()
658 se::Stream* stream = gpu_device_context->stream(); in Compute()
659 const auto stream_id = gpu_device_context->stream_id(); in Compute()
744 GPUDeviceContext* gpu_device_context = device_context_; in ComputeAsync() local
746 gpu_device_context = in ComputeAsync()
749 se::Stream* stream = gpu_device_context->stream(); in ComputeAsync()
750 const auto stream_id = gpu_device_context->stream_id(); in ComputeAsync()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc408 auto* gpu_device_context = in SetOutputForConstant() local
410 gpu_device_context->stream()->ThenWaitFor( in SetOutputForConstant()
411 gpu_device_context->host_to_device_stream()); in SetOutputForConstant()
/external/tensorflow/tensorflow/core/common_runtime/
DBUILD1971 "gpu_device_context.h",