雾聪
2023-10-12 db33d0f610f7593ad1e61f8c3cc68de4a9b68f99
funasr/runtime/onnxruntime/src/alignedmem.h
@@ -2,9 +2,9 @@
#ifndef ALIGNEDMEM_H
#define ALIGNEDMEM_H
namespace funasr {
extern void *AlignedMalloc(size_t alignment, size_t required_bytes);
extern void AlignedFree(void *p);
} // namespace funasr
#endif