GraphSparseToSparseSetOperation Method |
Namespace: Emgu.TF
public Operation SparseToSparseSetOperation( Output set1_indices, Output set1_values, Output set1_shape, Output set2_indices, Output set2_values, Output set2_shape, string set_operation, bool validate_indices = true, string opName = "SparseToSparseSetOperation" )
Public Function SparseToSparseSetOperation ( set1_indices As Output, set1_values As Output, set1_shape As Output, set2_indices As Output, set2_values As Output, set2_shape As Output, set_operation As String, Optional validate_indices As Boolean = true, Optional opName As String = "SparseToSparseSetOperation" ) As Operation
public: Operation^ SparseToSparseSetOperation( Output^ set1_indices, Output^ set1_values, Output^ set1_shape, Output^ set2_indices, Output^ set2_values, Output^ set2_shape, String^ set_operation, bool validate_indices = true, String^ opName = L"SparseToSparseSetOperation" )
member SparseToSparseSetOperation : set1_indices : Output * set1_values : Output * set1_shape : Output * set2_indices : Output * set2_values : Output * set2_shape : Output * set_operation : string * ?validate_indices : bool * ?opName : string (* Defaults: let _validate_indices = defaultArg validate_indices true let _opName = defaultArg opName "SparseToSparseSetOperation" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,