雾聪
2023-06-26 7fbb56719b4c9b0f85e1ca095a2ae2fe401a7b2d
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