tvm
Namespaces | Functions
backend.h File Reference

Relax backend specific transformation passes. More...

#include <tvm/relax/transform.h>
Include dependency graph for backend.h:

Go to the source code of this file.

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::relax
 
 tvm::relax::transform
 

Functions

Pass tvm::relax::transform::LowerRuntimeBuiltin ()
 Perform builtin lowering to map most of the op to VM builtin functions. More...
 
Pass tvm::relax::transform::VMShapeLower ()
 Lower the shape expression in relax to VM shape heap and TIR functions. More...
 

Detailed Description

Relax backend specific transformation passes.