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 | 354 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
|
D | eigen_cuboid_convolution.h | 447 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
|