Crate kornia_tensor

Crate kornia_tensor 

Source
Expand description

Lightweight tensor library in Rust for computer vision

Re-exports§

pub use crate::allocator::CpuAllocator;
pub use crate::allocator::TensorAllocator;
pub use crate::tensor::Tensor;
pub use crate::tensor::TensorError;

Modules§

allocator
allocator module containing the memory management utilities.
storage
storage module containing the storage implementations.
tensor
tensor module containing the tensor and storage implementations.
view
view module containing the view implementations.

Type Aliases§

CpuTensor2
Type alias for a 2-dimensional tensor with CPU allocator.
Tensor1
Type alias for a 1-dimensional tensor.
Tensor2
Type alias for a 2-dimensional tensor.
Tensor3
Type alias for a 3-dimensional tensor.
Tensor4
Type alias for a 4-dimensional tensor.