Calculation operations with the parameters of a TFLite quantized model

前端 未结 1 330
说谎
说谎 2021-01-27 15:49

I am trying to implement image classification in hardware using the quantized Mobilenetv2 model taken from here. To do that, I first need to reproduce the inference process from

相关标签:
1条回答
  • 2021-01-27 16:30

    If you want to know how the conv reference code is used you can read the code for the conv operator.

    The python interpreter uses swig to call the C++ intepreter.

    Hope this helps.

    0 讨论(0)
提交回复
热议问题