Searched refs:weight_tensor (Results 1 – 2 of 2) sorted by relevance
342 …def calc_effective_bias(self, interpreter, zero_point, weight_tensor, bias_tensor, has_bias=True) … argument344 weights = interpreter.get_tensor(weight_tensor['index'])345 dims = weight_tensor['shape']
224 weight_tensor = tensor_details[weights_index]225 scaling_factors = weight_tensor['quantization_parameters']['scales'].tolist()