Home
last modified time | relevance | path

Searched refs:weights_1_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
119 effective_scale_1 = weights_1_scale * input_scale / state_scale
212 (weights_1_scale, zero_point) = self.get_scale_and_zp(weights_1_layer)
218 …self.calc_multipliers_and_shifts(input_scale, weights_1_scale, weights_2_scale, state_scale, outpu…