FreeTensor
Loading...
Searching...
No Matches
include
get_new_name.h
Go to the documentation of this file.
1
#ifndef FREE_TENSOR_GET_NEW_NAME_H
2
#define FREE_TENSOR_GET_NEW_NAME_H
3
4
#include <string>
5
#include <unordered_set>
6
7
namespace
freetensor
{
8
9
std::string
getNewName
(
const
std::string &oldName,
10
const
std::unordered_set<std::string> &used);
11
12
}
13
14
#endif
// FREE_TENSOR_GET_NEW_NAME_H
freetensor
Definition:
allocator.h:9
freetensor::getNewName
std::string getNewName(const std::string &oldName, const std::unordered_set< std::string > &used)
Definition:
get_new_name.cc:5
Generated by
1.9.6