返回输入张量名称。
const std::string &Name() const;
无。
获取输入张量名称。
1
std::string name = input->Name();
string类型的输入张量名称。