MaxIdx

Trait MaxIdx 

Source
pub trait MaxIdx: DeviceBase {
    // Required method
    fn max_idx<T: Num>(input: *const T, size: usize, stride: usize) -> usize;
}

Required Methods§

Source

fn max_idx<T: Num>(input: *const T, size: usize, stride: usize) -> usize

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§