Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dstream_executor_util.h33 static se::DeviceMemory<T> AsDeviceMemory(const Tensor& t) { in AsDeviceMemory() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.h73 static se::DeviceMemory<T> AsDeviceMemory(const Tensor& t) { in AsDeviceMemory() function
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dblas_gemm.cc29 se::DeviceMemory<T> AsDeviceMemory(const T* cuda_memory) { in AsDeviceMemory() function
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.h38 inline se::DeviceMemory<T> AsDeviceMemory(const T* cuda_memory, uint64 size) { in AsDeviceMemory() function
Dfft_ops.cc293 se::DeviceMemory<T> AsDeviceMemory(const T* cuda_memory) { in AsDeviceMemory() function
300 se::DeviceMemory<T> AsDeviceMemory(const T* cuda_memory, uint64 size) { in AsDeviceMemory() function
Dmatrix_triangular_solve_op.cc37 se::DeviceMemory<Scalar> AsDeviceMemory(const Scalar* cuda_memory) { in AsDeviceMemory() function
Dpooling_ops_common.cc132 se::DeviceMemory<T> AsDeviceMemory(const T* cuda_memory, uint64 size) { in AsDeviceMemory() function
Dcudnn_rnn_ops.cc293 const DeviceMemory<T> AsDeviceMemory(const Tensor* tensor) { in AsDeviceMemory() function
300 DeviceMemory<T> AsDeviceMemory(Tensor* tensor) { in AsDeviceMemory() function
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc232 static se::DeviceMemory<Scalar> AsDeviceMemory(const Scalar* cuda_memory) { in AsDeviceMemory() function in tensorflow::NcclManagerTest