Home
last modified time | relevance | path

Searched refs:exclude_padding (Results 1 – 25 of 48) sorted by relevance

12

/external/ComputeLibrary/src/dynamic_fusion/sketch/attributes/
DPool2dAttributes.cpp78 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() argument
85 _exclude_padding = exclude_padding; in exclude_padding()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() argument
56 …bool exclude_padding, unsigned int pad_left, unsigned int pad_top, unsigned int pad_right, unsigne… in sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
74 exclude_padding ? valid_rows * valid_cols : 9 in sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
81 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() argument
56 …bool exclude_padding, unsigned int pad_left, unsigned int pad_top, unsigned int pad_right, unsigne… in a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
74 exclude_padding ? valid_rows * valid_cols : 9 in a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
81 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() argument
56 …bool exclude_padding, unsigned int pad_left, unsigned int pad_top, unsigned int pad_right, unsigne… in sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
74 exclude_padding ? valid_rows * valid_cols : 9 in sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
81 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() argument
56 …bool exclude_padding, unsigned int pad_left, unsigned int pad_top, unsigned int pad_right, unsigne… in a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
74 exclude_padding ? valid_rows * valid_cols : 9 in a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
81 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() argument
56 …bool exclude_padding, unsigned int pad_left, unsigned int pad_top, unsigned int pad_right, unsigne… in sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
74 exclude_padding ? valid_rows * valid_cols : 9 in sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
81 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl() argument
56 …bool exclude_padding, unsigned int pad_left, unsigned int pad_top, unsigned int pad_right, unsigne… in sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
74 exclude_padding ? valid_rows * valid_cols : 9 in sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
81 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/arm_compute/dynamic_fusion/sketch/attributes/
DPool2dAttributes.h66 bool exclude_padding() const;
69 Pool2dAttributes exclude_padding(bool exclude_padding);
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
DPool2dFixture.h155 …Type pool_type, Size2D pool_size, Padding2D pad, Size2D stride, bool exclude_padding, DataType dat… in setup() argument
158 …pool_type(pool_type).pool_size(pool_size).pad(pad).stride(stride).exclude_padding(exclude_padding), in setup()
168 …Type pool_type, Size2D pool_size, Padding2D pad, Size2D stride, bool exclude_padding, DataType dat… in setup() argument
171 …pool_type(pool_type).pool_size(pool_size).pad(pad).stride(stride).exclude_padding(exclude_padding), in setup()
/external/ComputeLibrary/tests/validation/fixtures/
DPoolingLayerFixture.h165 …ype pool_type, Size2D pool_size, PadStrideInfo pad_stride_info, bool exclude_padding, DataType dat… in setup() argument
167 …setup(shape, PoolingLayerInfo(pool_type, pool_size, data_layout, pad_stride_info, exclude_padding), in setup()
177 …ype pool_type, Size2D pool_size, PadStrideInfo pad_stride_info, bool exclude_padding, DataType dat… in setup() argument
179 …setup(shape, PoolingLayerInfo(pool_type, pool_size, data_layout, pad_stride_info, exclude_padding), in setup()
189 …ype pool_type, Size2D pool_size, PadStrideInfo pad_stride_info, bool exclude_padding, DataType dat…
191 …PoolingLayerInfo(pool_type, pool_size, data_layout, pad_stride_info, exclude_padding, fp_mixed_pre…
201 …ype pool_type, Size2D pool_size, PadStrideInfo pad_stride_info, bool exclude_padding, DataType dat…
204 …setup(shape, PoolingLayerInfo(pool_type, pool_size, data_layout, pad_stride_info, exclude_padding),
/external/ComputeLibrary/src/cpu/kernels/pool2d/neon/nchw/
Dall.cpp94 …const int upper_bound_w = src_w + (pool_info.exclude_padding ? 0 : pool_pad_righ… in pooling3_fp16_neon_nchw()
95 …const int upper_bound_h = src_h + (pool_info.exclude_padding ? 0 : pool_pad_bott… in pooling3_fp16_neon_nchw()
127 …const float scale = calculate_avg_scale_pool2d(pool_info.exclude_padding, DataLayout::NCHW, id, po… in pooling3_fp16_neon_nchw()
260 const int upper_bound_w = src_w + (pool_info.exclude_padding ? 0 : pool_pad_right); in pooling2_fp16_neon_nchw()
261 const int upper_bound_h = src_h + (pool_info.exclude_padding ? 0 : pool_pad_bottom); in pooling2_fp16_neon_nchw()
291 …const float scale = calculate_avg_scale_pool2d(pool_info.exclude_padding, DataLayout::NCHW, id, po… in pooling2_fp16_neon_nchw()
334 const int upper_bound_w = src_w + (pool_info.exclude_padding ? 0 : pool_pad_right); in poolingMxN_fp16_neon_nchw()
335 const int upper_bound_h = src_h + (pool_info.exclude_padding ? 0 : pool_pad_bottom); in poolingMxN_fp16_neon_nchw()
346 …const float16_t scale = calculate_avg_scale_pool2d(pool_info.exclude_padding, DataLayout::NCHW, id… in poolingMxN_fp16_neon_nchw()
422 const int upper_bound_w = src_w + (pool_info.exclude_padding ? 0 : pool_pad_right); in poolingMxN_fp32_neon_nchw()
[all …]
/external/ComputeLibrary/src/cpu/kernels/pool2d/neon/
Dquantized.h73 …const int upper_bound_w = src->info()->dimension(1) + (pool_info.exclude_padding ? 0 : pool_pad_ri… in poolingMxN_q8_neon_nhwc()
74 …const int upper_bound_h = src->info()->dimension(2) + (pool_info.exclude_padding ? 0 : pool_pad_bo… in poolingMxN_q8_neon_nhwc()
112 …const float scale = calculate_avg_scale_pool2d(pool_info.exclude_padding, DataLayout::NHWC, id, po… in poolingMxN_q8_neon_nhwc()
214 …const float scale = calculate_avg_scale_pool2d(pool_info.exclude_padding, DataLayout::NHWC, id, po… in poolingMxN_q8_neon_nhwc()
279 inline void scale_vector_q16x8(bool exclude_padding, TVec &v, const Coordinates &id, int id_offset,… in scale_vector_q16x8() argument
286 if(exclude_padding) in scale_vector_q16x8()
309 if(exclude_padding) in scale_vector_q16x8()
408 … upper_bound_w = src->info()->dimension(0) + (pool_info.exclude_padding ? 0 : pool_pa… in pooling2_quantized_neon_nchw()
409 … upper_bound_h = src->info()->dimension(1) + (pool_info.exclude_padding ? 0 : pool_pa… in pooling2_quantized_neon_nchw()
461 … scale_vector_q16x8<q16_t, q16x8_t>(pool_info.exclude_padding, res_lower, id, 0, scale_step_x, in pooling2_quantized_neon_nchw()
[all …]
/external/ComputeLibrary/src/core/NEON/kernels/assembly/
Dpooling.hpp51 bool exclude_padding; member
65 bool exclude_padding, in PoolingArgs()
74 …l_type(pool_type), pool_window(window), pool_stride(stride), exclude_padding(exclude_padding), n_b… in PoolingArgs()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp37 const bool exclude_padding, in a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
61 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp37 const bool exclude_padding, in a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
61 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp37 const bool exclude_padding, in a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
61 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/arm_compute/core/
DTypes.h1210 exclude_padding(false), in PoolingLayerInfo()
1230 bool exclude_padding = false,
1236 exclude_padding(exclude_padding), in pool_type()
1257 bool exclude_padding = false,
1263 exclude_padding(exclude_padding), in pool_type()
1281 exclude_padding(false), in PoolingLayerInfo()
1291 bool exclude_padding; member
1305 exclude_padding(false), in Pooling3dLayerInfo()
1327 bool exclude_padding = false,
1334 exclude_padding(exclude_padding), in pool_type()
[all …]
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sme_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sme_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_2x2_s1_output2x2_depthfirst/
Dgeneric.cpp38 const bool exclude_padding, in sme_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument
62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sme_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()

12