/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/ |
D | shims.hpp | 54 const int n_channels, 89 const int n_channels, 146 const int n_channels, in nchw_to_nhwc() argument 164 : n_channels * in_channel_stride; in nchw_to_nhwc() 166 out_col_stride = (out_col_stride) ? out_col_stride : n_channels; in nchw_to_nhwc() 186 int c = 0, c_remaining = n_channels; in nchw_to_nhwc() 220 int c = 0, c_remaining = n_channels; in nchw_to_nhwc() 251 for (int c = 0; c < n_channels; c++) in nchw_to_nhwc() 266 const int n_channels, in nchw_to_nhwc() argument 280 n_batches, n_channels, n_rows, n_cols, in nchw_to_nhwc() [all …]
|
D | tensor.hpp | 39 int n_batches, n_rows, n_cols, n_channels; member 47 const int n_channels, in Tensor4DShape() 52 n_channels(n_channels), in Tensor4DShape() 61 return ((n*this->n_rows + i)*this->n_cols + j)*this->n_channels + c; in index() 65 return ((n*this->n_channels + c)*this->n_rows + i)*this->n_cols + j; in index() 71 return n_batches * n_rows * n_cols * n_channels; in size() 79 n_channels == other.n_channels); in TestEq()
|
/external/ComputeLibrary/src/core/NEON/kernels/assembly/ |
D | pooling.hpp | 53 unsigned int n_batches, input_rows, input_cols, n_channels; member 69 unsigned int n_channels, in PoolingArgs() 75 …n_channels(n_channels), output_rows(output_rows), output_cols(output_cols), padding(padding), conf… in PoolingArgs() 128 return this->get_working_size(n_threads, m_args.n_channels); in get_working_size() 141 m_args.n_channels, in execute() 142 m_args.n_channels * m_args.input_cols, in execute() 143 m_args.n_channels * m_args.input_cols * m_args.input_rows, in execute() 145 m_args.n_channels, in execute() 146 m_args.n_channels * m_args.output_cols, in execute() 147 m_args.n_channels * m_args.output_cols * m_args.output_rows, in execute() [all …]
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/ |
D | depthfirst_driver.hpp | 132 unsigned int n_channels, in execute_internal() argument 151 … static_cast<uint8_t *>(working_space) + thread_id * this->get_working_size_per_thread(n_channels); in execute_internal() 152 this->initialise_working_space(thread_working_space, n_channels); in execute_internal() 166 …const auto channels_per_thread = arm_gemm::roundup(arm_gemm::roundup(n_channels, 16u), n_threads) … in execute_internal() 168 const auto end_channel = std::min(start_channel + channels_per_thread, n_channels); in execute_internal() 253 0, n_channels, // Compute all channels in execute_internal() 262 0, n_channels, // Compute all channels in execute_internal() 272 0, n_channels, // Compute all channels in execute_internal() 294 return this->get_working_size(n_threads, this->m_args.n_channels); in get_working_size() 297 size_t get_working_size(unsigned int n_threads, unsigned int n_channels) const override final in get_working_size() [all …]
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 90 const Params params(n_channels, inptrs, weights, bias, qp, in a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 1156 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst_impl()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcRobustBufferAccessBehaviorTests.cpp | 972 void initPixels(std::vector<TYPE>& pixels, GLuint n_pixels, GLuint n_channels) in initPixels() argument 974 if (n_channels == 1) in initPixels() 979 else if (n_channels == 2) in initPixels() 988 else if (n_channels == 4) in initPixels() 1871 static const GLuint n_channels = 4; in verifyInvalidResults() local 1873 std::vector<GLubyte> pixels(n_pixels * n_channels); in verifyInvalidResults() 1874 initPixels(pixels, n_pixels, n_channels); in verifyInvalidResults() 1887 const GLubyte drawn_red = pixels[i * n_channels]; in verifyInvalidResults() 1902 static const GLuint n_channels = 4; in verifyInvalidResults() local 1904 std::vector<GLbyte> pixels(n_pixels * n_channels); in verifyInvalidResults() [all …]
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 90 const Params params(n_channels, inptrs, weights, bias, qp, in a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 1158 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 99 const Params params(n_channels, inptrs, weights, bias, qp, in a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 1387 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 90 const Params params(n_channels, inptrs, weights, bias, qp, in a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 1158 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 90 const Params params(n_channels, inptrs, weights, bias, qp, in sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 410 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 90 const Params params(n_channels, inptrs, weights, bias, qp, in sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 410 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 90 const Params params(n_channels, inptrs, weights, bias, qp, in a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 1158 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 90 const Params params(n_channels, inptrs, weights, bias, qp, in sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl() 410 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/ |
D | generic.cpp | 35 const unsigned int n_channels, in sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument 47 const uint64_t n_channels; in sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() member 55 ) : n_channels(channels), in sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 138 …(KernelArgs, inptrs)), [offsetof_n_channels] "I" (offsetof(KernelArgs, n_channels)), [offsetof_out… in sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/ |
D | generic.cpp | 34 const unsigned int n_channels, in a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument 46 const uint64_t n_channels; in a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() member 54 ) : n_channels(channels), in a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 61 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 168 …(KernelArgs, inptrs)), [offsetof_n_channels] "I" (offsetof(KernelArgs, n_channels)), [offsetof_out… in a64_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/ |
D | generic.cpp | 35 const unsigned int n_channels, in sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument 47 const uint64_t n_channels; in sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() member 55 ) : n_channels(channels), in sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 140 …(KernelArgs, inptrs)), [offsetof_n_channels] "I" (offsetof(KernelArgs, n_channels)), [offsetof_out… 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/ |
D | generic.cpp | 34 const unsigned int n_channels, in a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument 46 const uint64_t n_channels; in a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() member 54 ) : n_channels(channels), in a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 61 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 168 …(KernelArgs, inptrs)), [offsetof_n_channels] "I" (offsetof(KernelArgs, n_channels)), [offsetof_out… in a64_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/ |
D | generic.cpp | 34 const unsigned int n_channels, in a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument 46 const uint64_t n_channels; in a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() member 54 ) : n_channels(channels), in a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 61 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 168 …(KernelArgs, inptrs)), [offsetof_n_channels] "I" (offsetof(KernelArgs, n_channels)), [offsetof_out… 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/ |
D | generic.cpp | 35 const unsigned int n_channels, in sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument 47 const uint64_t n_channels; in sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() member 55 ) : n_channels(channels), in sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 138 …(KernelArgs, inptrs)), [offsetof_n_channels] "I" (offsetof(KernelArgs, n_channels)), [offsetof_out… in sve_u8_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/ |
D | generic.cpp | 35 const unsigned int n_channels, in sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() argument 47 const uint64_t n_channels; in sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() member 55 ) : n_channels(channels), in sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 62 const KernelArgs args(n_channels, inptrs, outptrs, exclude_padding, in sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl() 138 …(KernelArgs, inptrs)), [offsetof_n_channels] "I" (offsetof(KernelArgs, n_channels)), [offsetof_out… in sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 99 const Params params(n_channels, inptrs, weights, bias, qp, in sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 451 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 99 const Params params(n_channels, inptrs, weights, bias, qp, in a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 1389 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 99 const Params params(n_channels, inptrs, weights, bias, qp, in a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 1389 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 99 const Params params(n_channels, inptrs, weights, bias, qp, in sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 451 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl()
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/ |
D | generic.cpp | 36 const unsigned int n_channels, in sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() argument 48 long unsigned int n_channels; in sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() member 58 long unsigned int n_channels, in sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 66 ) : n_channels(n_channels), weights(weights), bias(bias), in sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 99 const Params params(n_channels, inptrs, weights, bias, qp, in sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl() 451 …f(Params, inptrs)), [offsetof_Params_n_channels] "I" (offsetof(Params, n_channels)), [offsetof_Par… in sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst_impl()
|