Skip to main content

Module schema

Module schema 

Source
Expand description

Schema — dtype and shape for compile-time type checking between filters.

The compiler validates that connected filters have compatible schemas before execution begins, catching shape/type mismatches early.

Structs§

Schema
Describes the shape and type of a Value, without holding the actual data.

Enums§

DataType
Primitive data types that Soma values can contain.
Dimension
A single dimension in a tensor shape.