Click or drag to resize

GraphBatchMatMulV2 Method

http://www.emgu.com
BatchMatMulV2

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

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.BatchMatMulV2(Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.Boolean,System.String)"]

See Also