[][src]Function tract_onnx::prelude::tract_ndarray::indices

pub fn indices<E>(shape: E) -> Indices<<E as IntoDimension>::Dim> where
    E: IntoDimension

Create an iterable of the array shape shape.

Note: prefer higher order methods, arithmetic operations and non-indexed iteration before using indices.