Struct tvm::ir::relay::FunctionNode [−][src]
#[repr(C)]pub struct FunctionNode {
pub base: BaseFuncNode,
pub params: Array<Var>,
pub body: Expr,
pub ret_type: Type,
pub type_params: Array<Type>,
}Fields
base: BaseFuncNodeparams: Array<Var>body: Exprret_type: Typetype_params: Array<Type>Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for FunctionNode
impl !Send for FunctionNode
impl !Sync for FunctionNode
impl Unpin for FunctionNode
impl UnwindSafe for FunctionNode
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
