Name接口
接口功能
返回输入张量名称。
接口格式
const std::string &Name() const;
接口参数
无。
使用样例
std::string name = input->Name();
返回值
string类型的输入张量名称。
父主题:
Input类