Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/
Dlstm_settings.py342 …def calc_effective_bias(self, interpreter, zero_point, weight_tensor, bias_tensor, has_bias=True) … argument
344 weights = interpreter.get_tensor(weight_tensor['index'])
345 dims = weight_tensor['shape']
Dmodel_extractor.py224 weight_tensor = tensor_details[weights_index]
225 scaling_factors = weight_tensor['quantization_parameters']['scales'].tolist()