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§
Structs§
- Serializable
Tensor - Serializable representation of a tensor for persistence
- Tensor
- Multi-dimensional tensor with device support
Enums§
- Tensor
Data - Internal tensor data representation
Type Aliases§
- Shape
- Shape type alias for tensor dimensions