Crate kornia_tensor_ops

Crate kornia_tensor_ops 

Source
Expand description

Tensor operations library in Rust for computer vision

Re-exports§

pub use error::TensorOpsError;
pub use ops::TensorOps;

Modules§

error
Error types for the tensor-ops module.
kernels
module containing the kernels for the tensor operations. (e.g. kornia_tensor::ops::add)
ops
module containing ops implementations.