SetOriginShape 函数功能向TensorDesc中设置Tensor的原始Shape。 该Shape是指原始网络模型的Shape。 函数原型1void SetOriginShape(const Shape &originShape) 参数说明 参数名 输入/输出 描述 originShape 输入 向TensorDesc设置原始的originShape对象。 返回值无。 异常处理无。 约束说明无。 父主题: TensorDesc