GraphCollectiveBcastRecvV2 Method |
Namespace: Emgu.TF
public Operation CollectiveBcastRecvV2( Output group_size, Output group_key, Output instance_key, Output shape, DataType T, string communication_hint = null, float timeout_seconds = 0f, string opName = "CollectiveBcastRecvV2" )
Public Function CollectiveBcastRecvV2 ( group_size As Output, group_key As Output, instance_key As Output, shape As Output, T As DataType, Optional communication_hint As String = Nothing, Optional timeout_seconds As Single = 0F, Optional opName As String = "CollectiveBcastRecvV2" ) As Operation
public: Operation^ CollectiveBcastRecvV2( Output^ group_size, Output^ group_key, Output^ instance_key, Output^ shape, DataType T, String^ communication_hint = nullptr, float timeout_seconds = 0f, String^ opName = L"CollectiveBcastRecvV2" )
member CollectiveBcastRecvV2 : group_size : Output * group_key : Output * instance_key : Output * shape : Output * T : DataType * ?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 "CollectiveBcastRecvV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,