Expand description
Zero-copy tensor views and slicing operations.
This module provides infrastructure for zero-copy tensor operations, enabling efficient memory access patterns without data duplication.
Structs§
- Tensor
View - Tensor view descriptor for zero-copy operations
- View
Builder - View builder for ergonomic API
Enums§
- InPlace
Mode - In-place operation marker
- Slice
Spec - Slice specification for a single dimension
Traits§
- InPlace
Ops - Trait for in-place operations
- Tensor
Viewable - Trait for tensors that support zero-copy views