GroupOperand

Type Alias GroupOperand 

Source
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>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(VeBranchOperand<D, Mapping>)

Some value of type T.