Click or drag to resize

GraphXlaEinsum Method

http://www.emgu.com
An op which supports basic einsum op with 2 inputs and 1 output.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation XlaEinsum(
	Output a,
	Output b,
	string equation,
	string opName = "XlaEinsum"
)

Parameters

a
Type: Emgu.TFOutput
Input to the operation.
b
Type: Emgu.TFOutput
Input to the operation.
equation
Type: SystemString
equation
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also