Macro identity

Source
macro_rules! identity {
    ($n:expr) => { ... };
    ($n:expr, stream = $stream:expr) => { ... };
    ($n:expr, dtype = $dtype:ty) => { ... };
    ($n:expr, dtype = $dtype:ty, stream = $stream:expr) => { ... };
}
Expand description

Macro generated for the function crate::ops::identity. See the function documentation for more details.