Home
last modified time | relevance | path

Searched defs:patchId (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_image_patch.cpp85 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
521 int patchId = i+3*j; in test_patch_no_extra_dim() local
574 int patchId = i+3*j; in test_patch_no_extra_dim() local
632 int patchId = i+128*j; in test_imagenet_patches() local
682 int patchId = i+64*j; in test_imagenet_patches() local
728 int patchId = i+16*j; in test_imagenet_patches() local
[all …]
Dcxx11_tensor_image_patch_sycl.cpp137 IndexType patchId = i+3*j; in test_simple_image_patch_sycl() local
209 IndexType patchId = i+3*j; in test_simple_image_patch_sycl() local
326 IndexType patchId = i+input_rows*j; in test_patch_padding_valid_sycl() local
427 IndexType patchId = i+input_rows*j; in test_patch_padding_valid_same_value_sycl() local
532 IndexType patchId = i+input_rows*j; in test_patch_padding_same_sycl() local
670 IndexType patchId = i+3*j; in test_patch_no_extra_dim_sycl() local
734 IndexType patchId = i+3*j; in test_patch_no_extra_dim_sycl() local
827 IndexType patchId = i+128*j; in test_imagenet_patches_sycl() local
902 IndexType patchId = i+64*j; in test_imagenet_patches_sycl() local
975 IndexType patchId = i+16*j; in test_imagenet_patches_sycl() local
[all …]
Dcxx11_tensor_volume_patch.cpp80 const int patchId = pz + patch_z * (py + px * patch_y); in test_entire_volume_patch() local
Dcxx11_tensor_volume_patch_sycl.cpp176 const int patchId = pz + patch_z * (py + px * patch_y); in test_entire_volume_patch_sycl() local
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h290 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index rowIndex, in loadCoeff()
323 EIGEN_STRONG_INLINE Scalar loadCoeffStandard(Index patchId, Index rowIndex, in loadCoeffStandard()
347 EIGEN_ALWAYS_INLINE Packet loadPacket(Index patchId, Index rowIndex, in loadPacket()
371 Index rowIndex, Index colIndex, Index otherIndex, Index patchId, in loadPartialPacketStandard()
416 Index patchId, Index rowIndex, Index colIndex, Index otherIndex, in loadPacketStandardFromTwoColumns()
452 Index patchId, Index rowIndex, Index colIndex, Index otherIndex, in loadPacketStandardFromSingleColumn()
486 loadPacketStandard(Index patchId, Index rowIndex, Index colIndex, in loadPacketStandard()
534 loadPacketStandard(Index patchId, Index rowIndex, Index colIndex, in loadPacketStandard()
572 EIGEN_ALWAYS_INLINE Packet loadPacketFast(Index patchId, Index rowIndex, in loadPacketFast()
602 Index patchId, Index rowIndex, Index colIndex, Index otherIndex) const { in packetWithPossibleZero()
Deigen_cuboid_convolution.h353 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index planeIndex, in loadCoeff()
402 EIGEN_STRONG_INLINE Scalar loadCoeffStandard(Index patchId, Index planeIndex, in loadCoeffStandard()
437 EIGEN_ALWAYS_INLINE Packet loadPacket(Index patchId, Index planeIndex, in loadPacket()
466 Index patchId, const Index span[], const Index patchOffsets[], in loadPartialPacketStandard()
514 Index patchId, Index planeIndex, Index rowIndex, Index colIndex, in loadPacketStandardFromSingleColumnTwoRows()
555 Index patchId, Index planeIndex, Index rowIndex, Index colIndex, in loadPacketStandardFromSingleColumnSingleRow()
593 loadPacketStandard(Index patchId, Index planeIndex, Index rowIndex, in loadPacketStandard()
660 loadPacketStandard(Index patchId, Index planeIndex, Index rowIndex, in loadPacketStandard()
718 EIGEN_ALWAYS_INLINE Packet loadPacketFast(Index patchId, Index planeIndex, in loadPacketFast()
757 packetWithPossibleZero(Index patchId, Index planeIndex, Index rowIndex, in packetWithPossibleZero()