Searched refs:packetWithPossibleZero (Results 1 – 6 of 6) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorPadding.h | 288 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
|
D | TensorVolumePatch.h | 416 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
|
D | TensorImagePatch.h | 369 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/ |
D | eigen_volume_patch.h | 341 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
|
D | eigen_spatial_convolutions-inl.h | 348 return packetWithPossibleZero(patchId, rowIndex, colIndex, otherIndex); in loadPacket() 403 return packetWithPossibleZero(patchId, rowIndex, colIndex, otherIndex); in loadPacketStandard() 436 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Packet packetWithPossibleZero( in packetWithPossibleZero() function
|
D | eigen_cuboid_convolution.h | 445 return packetWithPossibleZero(patchId, planeIndex, rowIndex, colIndex, in loadPacket() 520 return packetWithPossibleZero(patchId, planeIndex, rowIndex, colIndex, in loadPacketStandard() 564 packetWithPossibleZero(Index patchId, Index planeIndex, Index rowIndex, in packetWithPossibleZero() function
|