Consider FakeQuantWithMinMaxArgs to be a train-time quant op in the TFLite converter
This commit is contained in:
parent
2833b3d945
commit
9db9d08855
@ -411,6 +411,7 @@ class QuantizationMode(object):
|
||||
"""Checks if the graph contains any training-time quantization ops."""
|
||||
training_quant_ops = frozenset({
|
||||
"FakeQuantWithMinMaxVars", "FakeQuantWithMinMaxVarsPerChannel",
|
||||
"FakeQuantWithMinMaxArgs", "FakeQuantWithMinMaxArgsPerChannel",
|
||||
"QuantizeAndDequantizeV2", "QuantizeAndDequantizeV3"
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user