游雁
2023-05-04 5fc6f7899a2bdfd8486b8700e1ada17983341679
funasr/runtime/onnxruntime/src/commonfunc.h
@@ -33,7 +33,6 @@
        {
            auto t = session->GetInputNameAllocated(nIndex, allocator);
            inputName = t.get();
        }
    }
}
@@ -45,7 +44,6 @@
        {
            auto t = session->GetOutputNameAllocated(nIndex, allocator);
            outputName = t.get();
        }
    }
}