lyblsgo
2023-04-24 b6d0ab4bfba04037203b3b9f6a34951e1525f36a
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();
        }
    }
}