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