tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static 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 String & global_symbol () const
 The external function name. More...
 
 TVM_DECLARE_FINAL_OBJECT_INFO (ExternFuncPatternNode, DFPatternNode)
 
- Public Member Functions inherited from tvm::relax::DFPatternNode
 TVM_DECLARE_BASE_OBJECT_INFO (DFPatternNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

String global_symbol_
 

Static Public Attributes

static constexpr const char * _type_key = "relax.dpl.ExternFuncPattern"
 
- Static Public Attributes inherited from tvm::relax::DFPatternNode
static constexpr const char * _type_key = "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 String& tvm::relax::ExternFuncPatternNode::global_symbol ( ) const
inline

The external function name.

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::relax::ExternFuncPatternNode::TVM_DECLARE_FINAL_OBJECT_INFO ( ExternFuncPatternNode  ,
DFPatternNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::relax::ExternFuncPatternNode::_type_key = "relax.dpl.ExternFuncPattern"
staticconstexpr

◆ global_symbol_

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: