Click or drag to resize

GraphRiscDot Method

https://www.emgu.com/wiki/index.php/Emgu_TF
RiscDot

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation RiscDot(
	Output a,
	Output b,
	bool transpose_a = false,
	bool transpose_b = false,
	string opName = "RiscDot"
)

Parameters

a
Type: Emgu.TFOutput
Input to the operation.
b
Type: Emgu.TFOutput
Input to the operation.
transpose_a (Optional)
Type: SystemBoolean
transpose a
transpose_b (Optional)
Type: SystemBoolean
transpose b
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] product(type: DtInvalid).
See Also