Struct tvm::ir::relay::CallNode [−][src]
#[repr(C)]pub struct CallNode {
pub base: ExprNode,
pub op: Expr,
pub args: Array<Expr>,
pub attrs: Attrs,
pub type_args: Array<Type>,
// some fields omitted
}
Fields
base: ExprNode
op: Expr
args: Array<Expr>
attrs: Attrs
type_args: Array<Type>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CallNode
impl UnwindSafe for CallNode
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