Struct tvm::ir::relay::ConstructorNode [−][src]
#[repr(C)]pub struct ConstructorNode {
pub base: ExprNode,
pub name_hint: String,
pub inputs: Array<Type>,
pub tag: i32,
}Fields
base: ExprNodename_hint: Stringinputs: Array<Type>tag: i32Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ConstructorNode
impl !Send for ConstructorNode
impl !Sync for ConstructorNode
impl Unpin for ConstructorNode
impl UnwindSafe for ConstructorNode
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
