Class ngraph::runtime::AlignedBuffer¶
-
class AlignedBuffer¶
Allocates a block of memory on the specified alignment. The actual size of the allocated memory is larger than the requested size by the alignment, so allocating 1 byte on 64 byte alignment will allocate 65 bytes.
Subclassed by ngraph::runtime::SharedBuffer< T >