Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc176 bool is_host_ptr = !std::is_same<PtrT, CUdeviceptr>::value; in PointerIsValid() local
184 return (is_host_ptr == points_to_host_memory); in PointerIsValid()