/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/attributes/ |
H A D | Pool2dAttributes.cpp | 78 bool Pool2dAttributes::exclude_padding() const in exclude_padding() function in arm_compute::experimental::dynamic_fusion::Pool2dAttributes 83 Pool2dAttributes Pool2dAttributes::exclude_padding(bool exclude_padding) in exclude_padding() function in arm_compute::experimental::dynamic_fusion::Pool2dAttributes
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/ |
H A D | Pool2dFixture.h | 155 …ngType pool_type, Size2D pool_size, Padding2D pad, Size2D stride, bool exclude_padding, DataType d… in setup() 168 …ngType pool_type, Size2D pool_size, Padding2D pad, Size2D stride, bool exclude_padding, DataType d… in setup()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | PoolingLayerFixture.h | 165 …gType pool_type, Size2D pool_size, PadStrideInfo pad_stride_info, bool exclude_padding, DataType d… in setup() 177 …gType pool_type, Size2D pool_size, PadStrideInfo pad_stride_info, bool exclude_padding, DataType d… in setup()
|
H A D | Pooling3dLayerFixture.h | 124 …pe pool_type, Size3D pool_size, Size3D stride, Padding3D padding, bool exclude_padding, DataType d… in setup()
|
/aosp_15_r20/external/ComputeLibrary/src/core/helpers/ |
H A D | PoolingHelpers.h | 36 inline float calculate_avg_scale_pool3d(bool exclude_padding, const Coordinates &id, const int pool… in calculate_avg_scale_pool3d() 56 inline float calculate_avg_scale_pool2d(bool exclude_padding, DataLayout data_layout, const Coordin… in calculate_avg_scale_pool2d()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 37 const bool exclude_padding, in a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 37 const bool exclude_padding, in a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 37 const bool exclude_padding, in a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sme_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sme_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 37 const bool exclude_padding, in a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/ |
H A D | generic.cpp | 38 const bool exclude_padding, in sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClPool3dKernel.cpp | 122 const bool exclude_padding = pool_info.exclude_padding; in configure() local
|
H A D | ClPool2dKernel.cpp | 130 const bool exclude_padding = pool_info.exclude_padding; in configure() local
|