tvm
Namespaces | Typedefs
type.h File Reference

Relay typed AST nodes. More...

#include <tvm/ir/attrs.h>
#include <tvm/ir/env_func.h>
#include <tvm/ir/tensor_type.h>
#include <tvm/ir/type.h>
#include <tvm/ir/type_relation.h>
#include <tvm/runtime/registry.h>
#include <tvm/tir/expr.h>
#include <string>
#include "base.h"
Include dependency graph for type.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.
 

Typedefs

using tvm::relay::AnyNode = tvm::tir::AnyNode
 
using tvm::relay::Any = tvm::tir::Any
 
using tvm::relay::Kind = TypeKind
 
using tvm::relay::Type = tvm::Type
 
using tvm::relay::TypeNode = tvm::TypeNode
 
using tvm::relay::TypeVar = tvm::TypeVar
 
using tvm::relay::TypeVarNode = tvm::TypeVarNode
 
using tvm::relay::GlobalTypeVar = tvm::GlobalTypeVar
 
using tvm::relay::GlobalTypeVarNode = tvm::GlobalTypeVarNode
 
using tvm::relay::TupleType = tvm::TupleType
 
using tvm::relay::TupleTypeNode = tvm::TupleTypeNode
 
using tvm::relay::TypeConstraint = tvm::TypeConstraint
 
using tvm::relay::TypeConstraintNode = tvm::TypeConstraintNode
 
using tvm::relay::FuncType = tvm::FuncType
 
using tvm::relay::FuncTypeNode = tvm::FuncTypeNode
 
using tvm::relay::IncompleteType = tvm::IncompleteType
 
using tvm::relay::IncompleteTypeNode = tvm::IncompleteTypeNode
 
using tvm::relay::RelayRefType = tvm::RelayRefType
 
using tvm::relay::RelayRefTypeNode = tvm::RelayRefTypeNode
 
using tvm::relay::TensorType = tvm::TensorType
 
using tvm::relay::TensorTypeNode = tvm::TensorTypeNode
 
using tvm::relay::TypeCall = tvm::TypeCall
 
using tvm::relay::TypeCallNode = tvm::TypeCallNode
 
using tvm::relay::TypeRelation = tvm::TypeRelation
 
using tvm::relay::TypeRelationNode = tvm::TypeRelationNode
 
using tvm::relay::TypeRelationFn = tvm::TypeRelationFn
 
using tvm::relay::TypeReporter = tvm::TypeReporter
 
using tvm::relay::TypeReporterNode = tvm::TypeReporterNode
 

Detailed Description

Relay typed AST nodes.