Click or drag to resize

GraphSparseMatrixSparseMatMul Method

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

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

Parameters

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

Return Value

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