Click or drag to resize

GraphXlaSend Method

http://www.emgu.com
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.2.0.932
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

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

See Also