Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/compression/export/
Dquant_export.py72 quant_op, argument
80 self.quant = quant_op
234 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)
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc587 auto quant_op = quant_op_value->cast<PrimitivePyPtr>(); in GetWeightInfo() local
588 (*fake_quant_table)[weight_name] = std::make_pair(quant_op->adapter(), fakequant_min_node_name); in GetWeightInfo()