tvm
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
tvm::tirx::ReturnNode Class Reference

A return from the current function. More...

#include <stmt.h>

Inheritance diagram for tvm::tirx::ReturnNode:
Collaboration diagram for tvm::tirx::ReturnNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tirx.Return", ReturnNode, StmtNode)
 
- Public Member Functions inherited from tvm::tirx::StmtNode
 StmtNode ()=default
 
 StmtNode (Span span)
 
 TVM_FFI_DECLARE_OBJECT_INFO ("tirx.Stmt", StmtNode, ffi::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::tirx::StmtNode
static void RegisterReflection ()
 

Public Attributes

Expr value
 The value to return.
 
- Public Attributes inherited from tvm::tirx::StmtNode
Span span
 Span that points to the original source code. Reserved debug information.
 

Additional Inherited Members

- Static Public Attributes inherited from tvm::tirx::StmtNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 15
 

Detailed Description

A return from the current function.

Member Function Documentation

◆ RegisterReflection()

static void tvm::tirx::ReturnNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::tirx::ReturnNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "tirx.Return"  ,
ReturnNode  ,
StmtNode   
)

Member Data Documentation

◆ value

Expr tvm::tirx::ReturnNode::value

The value to return.


The documentation for this class was generated from the following file: