Trait tch::index::IndexOp

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

Required Methods§

Implementors§