zhaomingwork
2023-05-06 eb6c31aeddfa1840b9de2aebec652c5ea8795948
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();
        }
    }
}