Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/interleaves/
H A Dgeneric.hpp36 struct PackingArguments struct
38 const unsigned int kernel_rows;
39 const unsigned int kernel_cols;
40 const size_t weight_element_size;
41 const bool include_bias;
42 const size_t bias_element_size;
43 arm_gemm::VLType vl_type;
44 const size_t accumulator_element_size;
45 const unsigned int accumulator_depth_vl;
46 std::function<bool(unsigned int, unsigned int &, unsigned int &)> get_weight_pos;
[all …]
H A Dgeneric.cpp33 PackingArguments::PackingArguments( in PackingArguments() function in arm_conv::depthwise::interleaves::PackingArguments