Home
last modified time | relevance | path

Searched refs:packetWithPossibleZero (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorPadding.h288 return packetWithPossibleZero(initialIndex);
312 return packetWithPossibleZero(initialIndex);
346 return packetWithPossibleZero(initialIndex);
370 return packetWithPossibleZero(initialIndex);
373 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packetWithPossibleZero(Index index) const
DTensorVolumePatch.h416 return packetWithPossibleZero(index);
422 return packetWithPossibleZero(index);
448 return packetWithPossibleZero(index);
466 return packetWithPossibleZero(index);
494 return packetWithPossibleZero(index);
526 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packetWithPossibleZero(Index index) const
DTensorImagePatch.h369 return packetWithPossibleZero(index);
375 return packetWithPossibleZero(index);
418 return packetWithPossibleZero(index);
449 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packetWithPossibleZero(Index index) const
/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h341 return packetWithPossibleZero(index); in packet()
347 return packetWithPossibleZero(index); in packet()
378 return packetWithPossibleZero(index); in packet()
397 return packetWithPossibleZero(index); in packet()
430 return packetWithPossibleZero(index); in packet()
556 packetWithPossibleZero(Index index) const { in packetWithPossibleZero() function
Deigen_spatial_convolutions-inl.h354 return packetWithPossibleZero(patchId, rowIndex, colIndex, otherIndex); in loadPacket()
473 return packetWithPossibleZero(patchId, rowIndex, colIndex, otherIndex); in loadPacketStandardFromSingleColumn()
515 return packetWithPossibleZero(patchId, rowIndex, colIndex, otherIndex); in loadPacketStandard()
567 return packetWithPossibleZero(patchId, rowIndex, colIndex, otherIndex); in loadPacketStandard()
600 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Packet packetWithPossibleZero( in packetWithPossibleZero() function
Deigen_cuboid_convolution.h447 return packetWithPossibleZero(patchId, planeIndex, rowIndex, colIndex, in loadPacket()
580 return packetWithPossibleZero(patchId, planeIndex, rowIndex, colIndex, in loadPacketStandardFromSingleColumnSingleRow()
641 return packetWithPossibleZero(patchId, planeIndex, rowIndex, colIndex, in loadPacketStandard()
713 return packetWithPossibleZero(patchId, planeIndex, rowIndex, colIndex, in loadPacketStandard()
757 packetWithPossibleZero(Index patchId, Index planeIndex, Index rowIndex, in packetWithPossibleZero() function