Click or drag to resize

GraphXlaRecvFromHost Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation XlaRecvFromHost(
	DataType Toutput,
	long[] shape,
	string key,
	string opName = "XlaRecvFromHost"
)

Parameters

Toutput
Type: Emgu.TFDataType
Toutput
shape
Type: SystemInt64
shape
key
Type: SystemString
key
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also