游雁
2023-05-08 f115ffd1bd1f580f8740de6ec991954aeb2b9a4c
funasr/runtime/onnxruntime/src/commonfunc.h
@@ -1,5 +1,7 @@
#pragma once 
#include <algorithm>
namespace funasr {
typedef struct
{
    std::string msg;
@@ -58,3 +60,4 @@
inline static size_t Argmax(ForwardIterator first, ForwardIterator last) {
    return std::distance(first, std::max_element(first, last));
}
} // namespace funasr