Struct tvm::ir::tir::SelectNode [−][src]
#[repr(C)]pub struct SelectNode {
pub condition: PrimExpr,
pub true_value: PrimExpr,
pub false_value: PrimExpr,
// some fields omitted
}
Fields
condition: PrimExpr
true_value: PrimExpr
false_value: PrimExpr
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SelectNode
impl !Send for SelectNode
impl !Sync for SelectNode
impl Unpin for SelectNode
impl UnwindSafe for SelectNode
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more