HomeSort by relevance Sort by last modified time
    Searched refs:GetPointerContext (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.cc 373 auto from_context = CUDADriver::GetPointerContext(from);
379 auto to_context = CUDADriver::GetPointerContext(to);
    [all...]
cuda_driver.h 351 static port::StatusOr<CudaContext*> GetPointerContext(CUdeviceptr pointer);
353 // Returns the device associated with the context from GetPointerContext().

Completed in 80 milliseconds