IConfigDynamicOutput 属性
Whether the model produces dynamic output shapes
模型是否产生动态输出形状
命名空间: DeploySharp.Model程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public bool DynamicOutput { get; set; }
属性值
Boolean
True for models with variable-sized outputs.
Default: false.
对于输出大小可变的模型为true。
默认值:false。