Click or drag to resize

GraphRecv Method

http://www.emgu.com
Recv

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

Parameters

tensor_type
Type: Emgu.TFDataType
tensor type
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.Recv(Emgu.TF.DataType,System.String,System.String,System.Int64,System.String,System.Boolean,System.String)"]

See Also