[][src]Trait tensor_macros::Tensor

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

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

Associated Constants

const SIZE: usize

const NDIM: usize

Loading content...

Required methods

fn dims() -> Vec<usize>

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

Loading content...

Implementors

Loading content...