九耳
2023-04-27 66244162f69271c86a38d0cfad17451bb3581c66
funasr/runtime/onnxruntime/src/alignedmem.h
@@ -2,8 +2,6 @@
#ifndef ALIGNEDMEM_H
#define ALIGNEDMEM_H
extern void *AlignedMalloc(size_t alignment, size_t required_bytes);
extern void AlignedFree(void *p);