Searched defs:patchId (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_image_patch.cpp | 85 int patchId = i+3*j; in test_simple_patch() local 145 int patchId = i+3*j; in test_simple_patch() local 225 int patchId = i+input_rows*j; in test_patch_padding_valid() local 298 int patchId = i+input_rows*j; in test_patch_padding_valid_same_value() local 375 int patchId = i+input_rows*j; in test_patch_padding_same() local 470 int patchId = i+3*j; in test_patch_no_extra_dim() local 523 int patchId = i+3*j; in test_patch_no_extra_dim() local 581 int patchId = i+128*j; in test_imagenet_patches() local 631 int patchId = i+64*j; in test_imagenet_patches() local 677 int patchId = i+16*j; in test_imagenet_patches() local [all …]
|
D | cxx11_tensor_volume_patch.cpp | 80 const int patchId = pz + patch_z * (py + px * patch_y); in test_entire_volume_patch() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions-inl.h | 283 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index rowIndex, in loadCoeff() 316 EIGEN_STRONG_INLINE Scalar loadCoeffStandard(Index patchId, Index rowIndex, in loadCoeffStandard() 340 EIGEN_ALWAYS_INLINE Packet loadPacket(Index patchId, Index rowIndex, in loadPacket() 354 EIGEN_ALWAYS_INLINE Packet loadPacketStandard(Index patchId, Index rowIndex, in loadPacketStandard() 407 EIGEN_ALWAYS_INLINE Packet loadPacketFast(Index patchId, Index rowIndex, in loadPacketFast() 437 Index patchId, Index rowIndex, Index colIndex, Index otherIndex) const { in packetWithPossibleZero()
|
D | eigen_cuboid_convolution.h | 351 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index planeIndex, in loadCoeff() 400 EIGEN_STRONG_INLINE Scalar loadCoeffStandard(Index patchId, Index planeIndex, in loadCoeffStandard() 435 EIGEN_ALWAYS_INLINE Packet loadPacket(Index patchId, Index planeIndex, in loadPacket() 453 EIGEN_ALWAYS_INLINE Packet loadPacketStandard(Index patchId, Index planeIndex, in loadPacketStandard() 525 EIGEN_ALWAYS_INLINE Packet loadPacketFast(Index patchId, Index planeIndex, in loadPacketFast() 564 packetWithPossibleZero(Index patchId, Index planeIndex, Index rowIndex, in packetWithPossibleZero()
|