1 2 3 4 5 6 7
//! Scalar implementation of the argminmax functions. mod generic; pub use generic::{ScalarArgMinMax, SCALAR}; // Data type specific modules #[cfg(feature = "half")] mod scalar_f16;