tvm
Namespaces | Macros | Typedefs
op.h File Reference

Primitive operators(builtin intrinsics). More...

#include <tvm/ir/op.h>
#include <tvm/relay/expr.h>
#include <tvm/relay/type.h>
Include dependency graph for op.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::relay
 Relay: a high level functional IR for TVM.
 

Macros

#define RELAY_REGISTER_OP(OpName)   TVM_REGISTER_OP(OpName)
 

Typedefs

using tvm::relay::Op = tvm::Op
 
using tvm::relay::OpNode = tvm::OpNode
 

Detailed Description

Primitive operators(builtin intrinsics).

Macro Definition Documentation

◆ RELAY_REGISTER_OP

#define RELAY_REGISTER_OP (   OpName)    TVM_REGISTER_OP(OpName)