Searched defs:Requantize32 (Results 1 – 3 of 3) sorted by relevance
169 struct Requantize32 struct172 const int32_t *bias = nullptr;173 size_t bias_multi_stride = 0;174 int32_t a_offset = 0;175 int32_t b_offset = 0;176 int32_t c_offset = 0;177 bool per_channel_requant = false;178 int32_t per_layer_left_shift = 0;179 int32_t per_layer_right_shift = 0;180 int32_t per_layer_mul = 0;[all …]
94 struct Requantize32 struct96 int32_t input_offset = 0;97 int32_t output_offset = 0;99 int32_t per_layer_left_shift = 0;100 int32_t per_layer_right_shift = 0;101 int32_t per_layer_mul = 0;103 Requantize32(int32_t input_offset, int32_t output_offset, in Requantize32() function
146 const void *biases, const arm_gemm::Requantize32 &, in pack_parameters()