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