Trait tch::Shape[][src]

pub trait Shape {
    fn to_shape(&self) -> Box<[i64]>;
}

Required methods

Implementations on Foreign Types

Implementors