tern.legacy.tensor

Arbitrary indexable SIMD optimized tensor implementation.

Members

Structs

Tensor
struct Tensor(T, size_t ROWS, size_t COLUMNS, size_t DEPTH)

Arbitrary tensor implementation, allows any row length less than or equal to 256 bits in total and can be interacted with as an array.

Meta