Skip to main content

Module tensor_view

Module tensor_view 

Source
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§

TensorView
Tensor view descriptor for zero-copy operations
ViewBuilder
View builder for ergonomic API

Enums§

InPlaceMode
In-place operation marker
SliceSpec
Slice specification for a single dimension

Traits§

InPlaceOps
Trait for in-place operations
TensorViewable
Trait for tensors that support zero-copy views