tvm
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
tvm::relax::ExternFuncPatternNode Class Reference

A pattern of external function. More...

#include <dataflow_pattern.h>

Inheritance diagram for tvm::relax::ExternFuncPatternNode:
Collaboration diagram for tvm::relax::ExternFuncPatternNode:

Public Member Functions

const ffi::String & global_symbol () const
 The external function name. More...
 
 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.dpl.ExternFuncPattern", ExternFuncPatternNode, DFPatternNode)
 
- Public Member Functions inherited from tvm::relax::DFPatternNode
 TVM_FFI_DECLARE_OBJECT_INFO ("relax.dpl.DFPattern", DFPatternNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

ffi::String global_symbol_
 

Additional Inherited Members

- Static Public Attributes inherited from tvm::relax::DFPatternNode
static constexpr const uint32_t _type_child_slots = 21
 

Detailed Description

A pattern of external function.

See also
ExternFunc
ExternFuncPattern

Member Function Documentation

◆ global_symbol()

const ffi::String& tvm::relax::ExternFuncPatternNode::global_symbol ( ) const
inline

The external function name.

◆ RegisterReflection()

static void tvm::relax::ExternFuncPatternNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::relax::ExternFuncPatternNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "relax.dpl.ExternFuncPattern"  ,
ExternFuncPatternNode  ,
DFPatternNode   
)

Member Data Documentation

◆ global_symbol_

ffi::String tvm::relax::ExternFuncPatternNode::global_symbol_

The global symbol name of the external function


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