Click or drag to resize

GraphXlaEinsum Method

https://www.emgu.com/wiki/index.php/Emgu_TF
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.6.0.1294
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
The operation, where: [0] product(type: DtInvalid).
See Also