GraphRecv Method |
Namespace: Emgu.TF
public Operation Recv( DataType tensor_type, string tensor_name, string send_device, long send_device_incarnation, string recv_device, bool client_terminated = false, string opName = "Recv" )
Public Function Recv ( tensor_type As DataType, tensor_name As String, send_device As String, send_device_incarnation As Long, recv_device As String, Optional client_terminated As Boolean = false, Optional opName As String = "Recv" ) As Operation
public: Operation^ Recv( DataType tensor_type, String^ tensor_name, String^ send_device, long long send_device_incarnation, String^ recv_device, bool client_terminated = false, String^ opName = L"Recv" )
member Recv : tensor_type : DataType * tensor_name : string * send_device : string * send_device_incarnation : int64 * recv_device : string * ?client_terminated : bool * ?opName : string (* Defaults: let _client_terminated = defaultArg client_terminated false let _opName = defaultArg opName "Recv" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,