macro_rules! tensordot {
($a:expr, $b:expr) => { ... };
($a:expr, $b:expr, stream = $stream:expr) => { ... };
($a:expr, $b:expr, axes = $axes:expr) => { ... };
($a:expr, $b:expr, axes = $axes:expr, stream = $stream:expr) => { ... };
}
Expand description
Macro generated for the function crate::ops::tensordot
. See the function documentation for more details.