tvm
Public Member Functions | Static Public Member Functions | List of all members
tvm::tir::InstructionKind Class Reference

Managed reference to InstructionKindNode. More...

#include <instruction.h>

Inheritance diagram for tvm::tir::InstructionKind:
Collaboration diagram for tvm::tir::InstructionKind:

Public Member Functions

 TVM_DEFINE_OBJECT_REF_METHODS (InstructionKind, runtime::ObjectRef, InstructionKindNode)
 

Static Public Member Functions

static InstructionKind Get (const String &name)
 Retrieve an InstructionKind using its name. More...
 

Detailed Description

Managed reference to InstructionKindNode.

See also
InstructionKindNode

Member Function Documentation

◆ Get()

static InstructionKind tvm::tir::InstructionKind::Get ( const String &  name)
static

Retrieve an InstructionKind using its name.

Parameters
nameThe registered name of the InstructionKind
Returns
The InstructionKind retrieved

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::tir::InstructionKind::TVM_DEFINE_OBJECT_REF_METHODS ( InstructionKind  ,
runtime::ObjectRef  ,
InstructionKindNode   
)

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