Trait tch::IndexOp[][src]

pub trait IndexOp<T> {
    fn i(&self, index: T) -> Tensor;
}

Required methods

Implementors