Searched defs:PackingArguments (Results 1 – 2 of 2) sorted by relevance
36 struct PackingArguments struct38 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 …]
33 PackingArguments::PackingArguments( in PackingArguments() function in arm_conv::depthwise::interleaves::PackingArguments