Back to NDArray Operations
free
Free the memory backing an array. The array becomes invalid after this call.
Syntax
free(a: NDArray) → r
Backends
TypeScriptnumwa
Description
Free the memory backing an array. The array becomes invalid after this call.
Parameters
| Name | Description |
|---|---|
| a | Array to release |