Trait tch::Shape

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

Required Methods

Implementations on Foreign Types

Implementors