Crate kornia_core

Source
Expand description

Core module containing the tensor and storage implementations.

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.
serde
serde module containing the serialization and deserialization 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.