[][src]Trait tensor_macros::Tensor

pub trait Tensor {
    const SIZE: usize;
    const NDIM: usize;

    fn dims(&self) -> Vec<usize>;
}

Associated Constants

const SIZE: usize

const NDIM: usize

Loading content...

Required methods

fn dims(&self) -> Vec<usize>

Loading content...

Implementors

Loading content...