Click or drag to resize

GraphXlaRecvFromHost Method

http://www.emgu.com
XlaRecvFromHost

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

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

See Also