GraphSend Method |
Namespace: Emgu.TF
public Operation Send( Output tensor, string tensor_name, string send_device, long send_device_incarnation, string recv_device, bool client_terminated = false, string opName = "Send" )
Public Function Send ( tensor As Output, 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 = "Send" ) As Operation
public: Operation^ Send( Output^ tensor, String^ tensor_name, String^ send_device, long long send_device_incarnation, String^ recv_device, bool client_terminated = false, String^ opName = L"Send" )
member Send : tensor : Output * 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 "Send" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,