Expand description
Tensor abstraction with zero-copy and device-aware semantics
This module provides the core tensor interface that abstracts over different ML frameworks (Candle, ONNX Runtime, etc.) while maintaining zero-copy semantics and device information.
Modules§
- utils
- Utility functions for tensor operations
Structs§
- Tensor
Memory Stats - Tensor memory usage statistics
Traits§
- Async
Tensor Ops - GPU-specific tensor operations
- Tensor
Batch Ops - Tensor batch operations for efficient processing
- Tensor
Data Access - Tensor data access for interop
- Tensor
Factory - Tensor factory for creating tensors on specific backends
- Tensor
Like - Core tensor trait for zero-copy, device-aware operations
- Tensor
Memory Manager - Device-specific tensor memory management
- Tensor
Ops - Basic tensor operations
Type Aliases§
- Tensor
Ref - Reference-counted tensor handle for zero-copy sharing