Name接口 接口功能获得输出张量的名称。 接口格式virtual const char *Name() const noexcept = 0; 接口参数无。 使用样例char *name = output->Name(); 返回值输出张量的名称。 父主题: Output类