设置张量名称。
“name”必须为合法字符串,不能为空字符串,不能包含“\n”,“\f”,“\r”, "\v", "\t","\b","\u007f", " " 等转义字符,字符长度为:1~128。
void SetName(const std::string name) noexcept;
参数名
输入/输出
说明
name
输入
张量的名称。
无