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

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFunctors.h 115 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet initializePacket() const {
165 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet initializePacket() const {
237 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet initializePacket() const {
278 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet initializePacket() const {
322 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet initializePacket() const {
TensorReductionCuda.h 198 *scratch = reducer.template initializePacket<half2>();
209 ((half2*)output)[i] = reducer.template initializePacket<half2>();
231 *scratch = reducer.template initializePacket<half2>();
236 half2 accum = reducer.template initializePacket<half2>();
468 *((half2*)loc) = reducer.template initializePacket<half2>();
483 half2 reduced_val1 = reducer.template initializePacket<half2>();
484 half2 reduced_val2 = reducer.template initializePacket<half2>();
TensorReduction.h 171 typename Self::PacketReturnType p = reducer.template initializePacket<typename Self::PacketReturnType>();
636 typename Self::PacketReturnType accum = reducer.template initializePacket<typename Self::PacketReturnType>();
    [all...]

Completed in 147 milliseconds