Поделиться через


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.

Применяется к