pub trait TensorAccess {
// Required method
fn indices(&self) -> &[DynIndex] ⓘ;
}Expand description
Trait for accessing tensor index metadata.
pub trait TensorAccess {
// Required method
fn indices(&self) -> &[DynIndex] ⓘ;
}Trait for accessing tensor index metadata.