PyTorchSettings.CommunicationBackend 屬性

定義

取得或設定通訊後端。

[Newtonsoft.Json.JsonProperty(PropertyName="communicationBackend")]
public string CommunicationBackend { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="communicationBackend")>]
member this.CommunicationBackend : string with get, set
Public Property CommunicationBackend As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

分散式作業的通訊後端類型。 有效值為 'TCP'、'Gloo' 或 'MPI'。 非分散式作業不需要。

適用於