CNTKsettings.ProcessCount プロパティ

定義

プロセス数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="processCount")]
public int? ProcessCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="processCount")>]
member this.ProcessCount : Nullable<int> with get, set
Public Property ProcessCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ジョブ実行のために起動するプロセスの数。 このプロパティの既定値は nodeCount プロパティと同じです

適用対象