TensorAccess

Trait TensorAccess 

Source
pub trait TensorAccess {
    // Required method
    fn indices(&self) -> &[DynIndex] ;
}
Expand description

Trait for accessing tensor index metadata.

Required Methods§

Source

fn indices(&self) -> &[DynIndex]

Get a reference to the indices.

Implementors§