Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dcuda_device_functions.h536 __device__ detail::ToTypeIfConvertible<U, T> CudaAtomicSub(T* ptr, U value) { in CudaAtomicSub() function
541 __device__ inline float CudaAtomicSub(float* ptr, float value) { in CudaAtomicSub() function
545 __device__ inline double CudaAtomicSub(double* ptr, double value) { in CudaAtomicSub() function
549 __device__ inline tensorflow::uint64 CudaAtomicSub(tensorflow::uint64* ptr, in CudaAtomicSub() function
554 __device__ inline Eigen::half CudaAtomicSub(Eigen::half* ptr, in CudaAtomicSub() function
/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_op_gpu.cu.cc54 CudaAtomicSub(out, val); in operator ()()
Dscatter_functor_gpu.cu.h49 __device__ void operator()(T* dest, T src) const { CudaAtomicSub(dest, src); }