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