Structs§
- PooledND
Array - Pool-aware wrapper. On final drop, returns array to pool.
Functions§
- pooled_
array - Create a pool-aware handle wrapping an NDArray.
Type Aliases§
- NDArray
Handle - Cloneable handle. Inner Arc ensures pool return on last clone drop.