#ifndef __NAME_CONVERSTION_H__ #define __NAME_CONVERSTION_H__ #include #include "model.h" std::string convert_tensor_name(std::string name, SDVersion version); #endif // __NAME_CONVERSTION_H__