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

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReductionCuda.h 219 __global__ void FullReductionKernelHalfFloat(Reducer reducer, const Self input, Index num_coeffs,
330 LAUNCH_CUDA_KERNEL((FullReductionKernelHalfFloat<block_size, num_per_thread, Self, Op, Index>),
TensorReduction.h 333 __global__ void FullReductionKernelHalfFloat(R, const S, I, half*, half2*);
686 template <int B, int N, typename S, typename R, typename I> friend void internal::FullReductionKernelHalfFloat(R, const S, I, half*, half2*);
    [all...]

Completed in 128 milliseconds