Click or drag to resize

GraphBatchMatMul Method

http://www.emgu.com
BatchMatMul

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation BatchMatMul(
	Output x,
	Output y,
	bool adj_x = false,
	bool adj_y = false,
	string opName = "BatchMatMul"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
y
Type: Emgu.TFOutput
Input to the operation.
adj_x (Optional)
Type: SystemBoolean
adj x
adj_y (Optional)
Type: SystemBoolean
adj y
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also