Click or drag to resize

GraphXlaRecv Method

http://www.emgu.com
Receives the named tensor from another XLA computation. Wraps the XLA Recv

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation XlaRecv(
	DataType dtype,
	string tensor_name,
	long[] shape,
	string opName = "XlaRecv"
)

Parameters

dtype
Type: Emgu.TFDataType
The type of the tensor.
tensor_name
Type: SystemString
A string key that identifies the channel.
shape
Type: SystemInt64
The shape of the tensor.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also