Home
last modified time | relevance | path

Searched refs:weights_2_scale (Results 1 – 1 of 1) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/
Dsvdf_settings.py118 …def calc_multipliers_and_shifts(self, input_scale, weights_1_scale, weights_2_scale, state_scale, … argument
120 effective_scale_2 = state_scale * weights_2_scale / output_scale
213 (weights_2_scale, zero_point) = self.get_scale_and_zp(weights_2_layer)
218 …self.calc_multipliers_and_shifts(input_scale, weights_1_scale, weights_2_scale, state_scale, outpu…