构造函数指定输入shape是否动态。
explicit Input(bool isShapeRange = false)
无
参数名
输入/输出
说明
isShapeRange
输入
用于指定构造出来的Input对象是否为动态shape。
默认值:false,表示输入为静态。
Input对象。