macro_rules! categorical {
($logits:expr) => { ... };
($logits:expr, stream = $stream:expr) => { ... };
($logits:expr, axis = $axis:expr) => { ... };
($logits:expr, axis = $axis:expr, stream = $stream:expr) => { ... };
($logits:expr, shape_or_count = $shape_or_count:expr) => { ... };
($logits:expr, shape_or_count = $shape_or_count:expr, stream = $stream:expr) => { ... };
($logits:expr, key = $key:expr) => { ... };
($logits:expr, key = $key:expr, stream = $stream:expr) => { ... };
($logits:expr, axis = $axis:expr, shape_or_count = $shape_or_count:expr) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, stream = $stream:expr
) => { ... };
($logits:expr, axis = $axis:expr, key = $key:expr) => { ... };
($logits:expr, axis = $axis:expr, key = $key:expr, stream = $stream:expr) => { ... };
($logits:expr, axis = $axis:expr, shape_or_count = $shape_or_count:expr) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, stream = $stream:expr
) => { ... };
($logits:expr, shape_or_count = $shape_or_count:expr, key = $key:expr) => { ... };
(
$logits:expr, shape_or_count = $shape_or_count:expr, key = $key:expr,
stream = $stream:expr
) => { ... };
($logits:expr, axis = $axis:expr, key = $key:expr) => { ... };
($logits:expr, axis = $axis:expr, key = $key:expr, stream = $stream:expr) => { ... };
($logits:expr, shape_or_count = $shape_or_count:expr, key = $key:expr) => { ... };
(
$logits:expr, shape_or_count = $shape_or_count:expr, key = $key:expr,
stream = $stream:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr, stream = $stream:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr, stream = $stream:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr, stream = $stream:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr, stream = $stream:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr, stream = $stream:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr
) => { ... };
(
$logits:expr, axis = $axis:expr, shape_or_count =
$shape_or_count:expr, key = $key:expr, stream = $stream:expr
) => { ... };
}
Expand description
Macro generated for the function crate::random::categorical
. See the function documentation for more details.