Skip to main content

Module tensor

Module tensor 

Source
Expand description

Multi-dimensional tensor support: Shape, Strides, TensorView, broadcasting.

Provides the foundational types for tensors:

This module provides the foundational data types for multi-dimensional tensor operations. It is intentionally separate from the JIT compiler so that shape/stride metadata can be used independently of Cranelift.

Modules§

shape
Shape and stride metadata for multi-dimensional tensors.
view
Zero-copy tensor views over flat f64 buffers.