Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsoftmax_op_gpu.cu.cc116 void DoRowReduction(OpKernelContext* context, T* output, InputIter input, in DoRowReduction() function
160 DoRowReduction<T, cub::Max, const T*>( in Compute()
179 DoRowReduction<acc_type, cub::Sum, InputIterType>( in Compute()
Dbias_op_gpu.h44 static void DoRowReduction(OpKernelContext* context, T* output,
Dbias_op_gpu.cu.cc252 void BiasGradGPU<T>::DoRowReduction(OpKernelContext* context, T* output, in DoRowReduction() function in tensorflow::BiasGradGPU
Dbias_op.cc513 BiasGradGPU<T>::DoRowReduction( in ComputeWithReduceSum()