GraphCollectiveAllToAllV3 Method |
Namespace: Emgu.TF
public Operation CollectiveAllToAllV3( Output input, Output communicator, Output group_assignment, float timeout_seconds = 0f, string opName = "CollectiveAllToAllV3" )
Public Function CollectiveAllToAllV3 ( input As Output, communicator As Output, group_assignment As Output, Optional timeout_seconds As Single = 0F, Optional opName As String = "CollectiveAllToAllV3" ) As Operation
public: Operation^ CollectiveAllToAllV3( Output^ input, Output^ communicator, Output^ group_assignment, float timeout_seconds = 0f, String^ opName = L"CollectiveAllToAllV3" )
member CollectiveAllToAllV3 : input : Output * communicator : Output * group_assignment : Output * ?timeout_seconds : float32 * ?opName : string (* Defaults: let _timeout_seconds = defaultArg timeout_seconds 0f let _opName = defaultArg opName "CollectiveAllToAllV3" *) -> Operation
2022 Emgu Corporation, All Rights Reserved,