GraphGroupByReducerDataset Method |
Namespace: Emgu.TF
public Operation GroupByReducerDataset( Output input_dataset, Output key_func_other_arguments, Output init_func_other_arguments, Output reduce_func_other_arguments, Output finalize_func_other_arguments, DataType[] output_types, long[][] output_shapes, string opName = "GroupByReducerDataset" )
Public Function GroupByReducerDataset ( input_dataset As Output, key_func_other_arguments As Output, init_func_other_arguments As Output, reduce_func_other_arguments As Output, finalize_func_other_arguments As Output, output_types As DataType(), output_shapes As Long()(), Optional opName As String = "GroupByReducerDataset" ) As Operation
public: Operation^ GroupByReducerDataset( Output^ input_dataset, Output^ key_func_other_arguments, Output^ init_func_other_arguments, Output^ reduce_func_other_arguments, Output^ finalize_func_other_arguments, array<DataType>^ output_types, array<array<long long>^>^ output_shapes, String^ opName = L"GroupByReducerDataset" )
member GroupByReducerDataset : input_dataset : Output * key_func_other_arguments : Output * init_func_other_arguments : Output * reduce_func_other_arguments : Output * finalize_func_other_arguments : Output * output_types : DataType[] * output_shapes : int64[][] * ?opName : string (* Defaults: let _opName = defaultArg opName "GroupByReducerDataset" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,