Compute Library
 23.11
generic_quantized_dot_product.hpp File Reference
#include "generic.hpp"

Go to the source code of this file.

Namespaces

 arm_conv
 
 arm_conv::depthwise
 
 arm_conv::depthwise::interleaves
 
 arm_conv::depthwise::interleaves::quantized
 

Functions

size_t get_storage_size (const DepthwiseArgs &args, const arm_gemm::VLType vl_type, const unsigned int accumulator_depth_vl)
 
template<typename T >
void pack_parameters (void *_buffer, const int32_t *biases, const T *weights, size_t ld_weight_col, size_t ld_weight_row, const DepthwiseArgs &args, const arm_gemm::Requantize32 &qp, const arm_gemm::VLType vl_type, const unsigned int accumulator_depth_vl)