Struct tvm::ir::op::OpNode [−][src]
#[repr(C)]pub struct OpNode {
pub base: ExprNode,
pub name: TString,
pub op_type: ObjectRef,
pub description: TString,
pub arguments: Array<ObjectRef>,
pub attrs_type_key: TString,
pub attrs_type_index: u32,
pub num_inputs: i32,
pub support_level: i32,
}
Fields
base: ExprNode
name: TString
op_type: ObjectRef
description: TString
arguments: Array<ObjectRef>
attrs_type_key: TString
attrs_type_index: u32
num_inputs: i32
support_level: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpNode
impl UnwindSafe for OpNode
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