quic / aimet-model-zoo

Other
296 stars 53 forks source link

tf.matmul operator in the model is not supported #39

Open tensor1to5 opened 1 year ago

tensor1to5 commented 1 year ago

Hi,we use the following code

from aimet_tensorflow.keras.quantsim import QuantizationSimModel
from aimet_common.defs import QuantScheme
sim = QuantizationSimModel(model=model,
                           quant_scheme=QuantScheme.post_training_tf,
                           rounding_mode="nearest",
                           default_output_bw=8,
                           default_param_bw=8)

The tf.matmul operator in the model is not supported.