lyblsgo
2023-04-24 b6d0ab4bfba04037203b3b9f6a34951e1525f36a
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);