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