Searched refs:quant_op (Results 1 – 2 of 2) sorted by relevance
72 quant_op, argument80 self.quant = quant_op234 quant_op = inner.Quant(1 / float(scale_a_in), float(zp_a_in))255 block = QuantBlock(op_core, weight, quant_op, dequant_op, scale_deq, bias, activation)
587 auto quant_op = quant_op_value->cast<PrimitivePyPtr>(); in GetWeightInfo() local588 (*fake_quant_table)[weight_name] = std::make_pair(quant_op->adapter(), fakequant_min_node_name); in GetWeightInfo()