Click or drag to resize

GraphRecv Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] tensor(type: DtInvalid).
See Also