Click or drag to resize

GraphSend Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Send

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
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"
)

Parameters

tensor
Type: Emgu.TFOutput
Input to the operation.
tensor_name
Type: SystemString
tensor name
send_device
Type: SystemString
send device
send_device_incarnation
Type: SystemInt64
send device incarnation
recv_device
Type: SystemString
recv device
client_terminated (Optional)
Type: SystemBoolean
client terminated
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also