pub type GroupOperand<D, Mapping> = Option<VeBranchOperand<D, Mapping>>;Expand description
Type alias for group operand in VectorTensorPair operations.
Generic over Mapping to match the target tensor’s mapping from creation time.
Aliased Type§
pub enum GroupOperand<D, Mapping> {
None,
Some(VeBranchOperand<D, Mapping>),
}