Click or drag to resize

GraphXlaSend Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Sends the named tensor to another XLA computation. Wraps the XLA Send operator

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation XlaSend(
	Output tensor,
	string tensor_name,
	string opName = "XlaSend"
)

Parameters

tensor
Type: Emgu.TFOutput
Input to the operation: The tensor to send.
tensor_name
Type: SystemString
A string key that identifies the channel.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also