Expand description
The core/ndarray schema.
An array’s data lives in one of three places, distinguished by the schema’s
source and data keys:
- an internal block,
source: 0naming a block by index (negative indices count back from the last block); - an external file,
source: "other.asdf", used for exploded form; - inline in the tree, under
data, as nested sequences.
Structs§
- Ndarray
- A parsed
core/ndarray.
Enums§
Functions§
- element_
count - The number of elements a shape describes, refusing to wrap.
- infer_
inline_ datatype - The narrowest scalar type that holds every value of an inline array.