Macro squeeze

Source
macro_rules! squeeze {
    ($a:expr) => { ... };
    ($a:expr, stream = $stream:expr) => { ... };
    ($a:expr, axes = $axes:expr) => { ... };
    ($a:expr, axes = $axes:expr, stream = $stream:expr) => { ... };
}
Expand description

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