FreeTensor
Loading...
Searching...
No Matches
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
7namespace freetensor {
8
9std::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
Definition: allocator.h:9
std::string getNewName(const std::string &oldName, const std::unordered_set< std::string > &used)
Definition: get_new_name.cc:5