tvm
|
#include <memory.h>
Public Types | |
using | StorageType = typename std::aligned_storage< sizeof(ArrayType), alignof(ArrayType)>::type |
Static Public Member Functions | |
template<typename... Args> | |
static ArrayType * | New (SimpleObjAllocator *, size_t num_elems, Args &&... args) |
static Object::FDeleter | Deleter () |
using tvm::runtime::SimpleObjAllocator::ArrayHandler< ArrayType, ElemType >::StorageType = typename std::aligned_storage<sizeof(ArrayType), alignof(ArrayType)>::type |
|
inlinestatic |
|
inlinestatic |