|
mxnet
|
#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 mxnet::runtime::SimpleObjAllocator::ArrayHandler< ArrayType, ElemType >::StorageType = typename std::aligned_storage<sizeof(ArrayType), alignof(ArrayType)>::type |
|
inlinestatic |
|
inlinestatic |
1.8.11