Skip to main content

module

buffer

Implements the Buffer class.

You can import these APIs from the memory package. For example:

from buffer import Buffer

Structs

  • Buffer: Defines a Buffer which can be parametrized on a static size and Dtype.
  • NDBuffer: An N-dimensional Buffer.
  • DynamicRankBuffer: DynamicRankBuffer represents a buffer with unknown rank, shapes and dtype.

Functions