GraphCollectiveGatherV2 Method |
Namespace: Emgu.TF
public Operation CollectiveGatherV2( Output input, Output group_size, Output group_key, Output instance_key, Output ordering_token, string communication_hint = null, float timeout_seconds = 0f, string opName = "CollectiveGatherV2" )
Public Function CollectiveGatherV2 ( input As Output, group_size As Output, group_key As Output, instance_key As Output, ordering_token As Output, Optional communication_hint As String = Nothing, Optional timeout_seconds As Single = 0F, Optional opName As String = "CollectiveGatherV2" ) As Operation
public: Operation^ CollectiveGatherV2( Output^ input, Output^ group_size, Output^ group_key, Output^ instance_key, Output^ ordering_token, String^ communication_hint = nullptr, float timeout_seconds = 0f, String^ opName = L"CollectiveGatherV2" )
member CollectiveGatherV2 : input : Output * group_size : Output * group_key : Output * instance_key : Output * ordering_token : Output * ?communication_hint : string * ?timeout_seconds : float32 * ?opName : string (* Defaults: let _communication_hint = defaultArg communication_hint null let _timeout_seconds = defaultArg timeout_seconds 0f let _opName = defaultArg opName "CollectiveGatherV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,