Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp43 struct DepthwiseConvolutionRunInfo struct
45 const size_t num_read_elements_per_iteration;
46 const uint32_t x_start;
47 const uint32_t x_end;
48 const uint32_t x_step;
49 const uint32_t x_leftover_start;
50 const size_t input_stride_y;
51 const size_t input_stride_z;
52 const size_t input_max_offset;
53 const size_t weights_width;
[all …]