Skip to main content

gather_mm

Macro gather_mm 

Source
macro_rules! gather_mm {
    ($a:expr, $b:expr) => { ... };
    ($a:expr, $b:expr, stream = $stream:expr) => { ... };
    ($a:expr, $b:expr, lhs_indices = $lhs_indices:expr) => { ... };
    ($a:expr, $b:expr, lhs_indices = $lhs_indices:expr, stream = $stream:expr) => { ... };
    ($a:expr, $b:expr, rhs_indices = $rhs_indices:expr) => { ... };
    ($a:expr, $b:expr, rhs_indices = $rhs_indices:expr, stream = $stream:expr) => { ... };
    ($a:expr, $b:expr, sorted_indices = $sorted_indices:expr) => { ... };
    (
        $a:expr, $b:expr, sorted_indices = $sorted_indices:expr, stream =
        $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, sorted_indices =
        $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, sorted_indices =
        $sorted_indices:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, rhs_indices = $rhs_indices:expr, sorted_indices =
        $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, rhs_indices = $rhs_indices:expr, sorted_indices =
        $sorted_indices:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, sorted_indices =
        $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, sorted_indices =
        $sorted_indices:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, rhs_indices = $rhs_indices:expr, sorted_indices =
        $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, rhs_indices = $rhs_indices:expr, sorted_indices =
        $sorted_indices:expr, stream = $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr, stream =
        $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr, stream =
        $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr, stream =
        $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr, stream =
        $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr, stream =
        $stream:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr
    ) => { ... };
    (
        $a:expr, $b:expr, lhs_indices = $lhs_indices:expr, rhs_indices =
        $rhs_indices:expr, sorted_indices = $sorted_indices:expr, stream =
        $stream:expr
    ) => { ... };
}
👎Deprecated since 0.26.0:

use with_stream or with_device around gather_mm

Expand description

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