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

Required Methods

Implementors