Macro as_strided

Source
macro_rules! as_strided {
    ($a:expr) => { ... };
    ($a:expr, stream = $stream:expr) => { ... };
    ($a:expr, shape = $shape:expr) => { ... };
    ($a:expr, shape = $shape:expr, stream = $stream:expr) => { ... };
    ($a:expr, strides = $strides:expr) => { ... };
    ($a:expr, strides = $strides:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr) => { ... };
    ($a:expr, offset = $offset:expr, stream = $stream:expr) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr, stream = $stream:expr) => { ... };
    ($a:expr, shape = $shape:expr, offset = $offset:expr) => { ... };
    ($a:expr, shape = $shape:expr, offset = $offset:expr, stream = $stream:expr) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr, stream = $stream:expr) => { ... };
    ($a:expr, strides = $strides:expr, offset = $offset:expr) => { ... };
    (
        $a:expr, strides = $strides:expr, offset = $offset:expr, stream =
        $stream:expr
    ) => { ... };
    ($a:expr, shape = $shape:expr, offset = $offset:expr) => { ... };
    ($a:expr, shape = $shape:expr, offset = $offset:expr, stream = $stream:expr) => { ... };
    ($a:expr, strides = $strides:expr, offset = $offset:expr) => { ... };
    (
        $a:expr, strides = $strides:expr, offset = $offset:expr, stream =
        $stream:expr
    ) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr, offset = $offset:expr) => { ... };
    (
        $a:expr, shape = $shape:expr, strides = $strides:expr, offset =
        $offset:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr, offset = $offset:expr) => { ... };
    (
        $a:expr, shape = $shape:expr, strides = $strides:expr, offset =
        $offset:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr, offset = $offset:expr) => { ... };
    (
        $a:expr, shape = $shape:expr, strides = $strides:expr, offset =
        $offset:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr, offset = $offset:expr) => { ... };
    (
        $a:expr, shape = $shape:expr, strides = $strides:expr, offset =
        $offset:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr, offset = $offset:expr) => { ... };
    (
        $a:expr, shape = $shape:expr, strides = $strides:expr, offset =
        $offset:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, shape = $shape:expr, strides = $strides:expr, offset = $offset:expr) => { ... };
    (
        $a:expr, shape = $shape:expr, strides = $strides:expr, offset =
        $offset:expr, stream = $stream:expr
    ) => { ... };
}
Expand description

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