/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 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 …]
|
D | cxx11_tensor_image_patch_sycl.cpp | 137 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 …]
|
D | cxx11_tensor_volume_patch.cpp | 80 const int patchId = pz + patch_z * (py + px * patch_y); in test_entire_volume_patch() local
|
D | cxx11_tensor_volume_patch_sycl.cpp | 176 const int patchId = pz + patch_z * (py + px * patch_y); in test_entire_volume_patch_sycl() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions-inl.h | 290 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()
|
D | eigen_cuboid_convolution.h | 353 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()
|