Module tensor

Source
Expand description

Tensor module providing device-agnostic tensor operations

This module implements a comprehensive tensor system that works seamlessly across CPU, and Vulkan backends with automatic memory management and optimized operations.

Re-exports§

pub use view::TensorView;

Modules§

ops
Tensor operations module
view
Tensor view module for memory-efficient operations

Structs§

SerializableTensor
Serializable representation of a tensor for persistence
Tensor
Multi-dimensional tensor with device support

Enums§

TensorData
Internal tensor data representation

Type Aliases§

Shape
Shape type alias for tensor dimensions