1#pragma once
2
3#include <string>
4#include "taichi/common/core.h"
5
6namespace taichi {
7
8std::string make_short_name_by_id(int id);
9
10} // namespace taichi
11