摘要: onnx_runtime 推理 import numpy as np import onnx import onnxruntime as rt #create input data input_data = np.ones((1, 3, 299, 299), dtype=np.float32) #c 阅读全文
posted @ 2023-08-11 18:10 michaelchengjl 阅读(80) 评论(0) 推荐(0) 编辑