tvm
Namespaces | Functions
name_transforms.h File Reference

Transformations which are applied on names to generate appropriately named. These functions are used in both Runtime and Backend. More...

#include <string>
Include dependency graph for name_transforms.h:

Go to the source code of this file.

Namespaces

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

Functions

std::string tvm::runtime::SanitizeName (const std::string &name)
 Sanitize name for output into compiler artifacts. More...
 

Detailed Description

Transformations which are applied on names to generate appropriately named. These functions are used in both Runtime and Backend.