onnxruntime-projects
onnxruntime-projects copied to clipboard
OrtRun(session_, nullptr, input_names, &input_tensor_1, 1, output_names, 1, &output_tensor_1);说是不识别字符OrtRun
我使用的是onnxruntime1.3版本的,请问是接口改了吗?
我使用的是onnxruntime1.3版本的,请问是接口改了吗?
接口的确有些变化,你可以参考我写的检测任务里的new_version的,是SSD网络的代码