9 #include "ngraph/runtime/aligned_buffer.hpp"
21 : _shared_object(shared_object)
23 m_allocated_buffer = data;
24 m_aligned_buffer = data;
30 m_aligned_buffer =
nullptr;
31 m_allocated_buffer =
nullptr;
Allocates a block of memory on the specified alignment. The actual size of the allocated memory is la...
Definition: aligned_buffer.hpp:20
SharedBuffer class to store pointer to pre-acclocated buffer.
Definition: shared_buffer.hpp:18
The Intel nGraph C++ API.
Definition: attribute_adapter.hpp:16