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