游雁
2023-04-27 a917d7557dd2b1e5263eeba7e5e4d5a5fc02f69f
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();
        }
    }
}