SetUnknownDimNumShape 函数功能设置tensor的shape为{-2},用来表示tensor是完全未知的。 函数原型graphStatus SetUnknownDimNumShape(); 参数说明无。 返回值 参数名 类型 描述 - graphStatus 函数执行结果。执行成功,则该值为GRAPH_SUCCESS(即0),其他值则为执行失败。 异常处理无。 约束说明无。 父主题: TensorDesc类