GraphSparseMatrixMul Method |
Namespace: Emgu.TF
public Operation SparseMatrixMul( Output a, Output b, string opName = "SparseMatrixMul" )
Public Function SparseMatrixMul ( a As Output, b As Output, Optional opName As String = "SparseMatrixMul" ) As Operation
public: Operation^ SparseMatrixMul( Output^ a, Output^ b, String^ opName = L"SparseMatrixMul" )
member SparseMatrixMul : a : Output * b : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "SparseMatrixMul" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,