游雁
2023-05-08 f115ffd1bd1f580f8740de6ec991954aeb2b9a4c
funasr/runtime/onnxruntime/src/tensor.h
@@ -5,6 +5,8 @@
using namespace std;
namespace funasr {
template <typename T> class Tensor {
  private:
    void alloc_buff();
@@ -152,4 +154,6 @@
    fwrite(buff, 1, buff_size * sizeof(T), fp);
    fclose(fp);
}
} // namespace funasr
#endif