Home
last modified time | relevance | path

Searched refs:initializePacket (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFunctors.h115 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 {
DTensorReductionCuda.h198 *scratch = reducer.template initializePacket<half2>(); in ReductionInitFullReduxKernelHalfFloat()
209 ((half2*)output)[i] = reducer.template initializePacket<half2>(); in ReductionInitKernelHalfFloat()
231 *scratch = reducer.template initializePacket<half2>(); in FullReductionKernelHalfFloat()
236 half2 accum = reducer.template initializePacket<half2>(); in FullReductionKernelHalfFloat()
468 *((half2*)loc) = reducer.template initializePacket<half2>();
483 half2 reduced_val1 = reducer.template initializePacket<half2>();
484 half2 reduced_val2 = reducer.template initializePacket<half2>();
DTensorReduction.h171 …typename Self::PacketReturnType p = reducer.template initializePacket<typename Self::PacketReturnT…
636 …typename Self::PacketReturnType accum = reducer.template initializePacket<typename Self::PacketRet…
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops.h97 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet initializePacket() const { in initializePacket() function
Deigen_pooling.h349 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet initializePacket() const { in initializePacket() function