GraphExperimentalGroupByReducerDataset Method |
Namespace: Emgu.TF
public Operation ExperimentalGroupByReducerDataset( 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 = "ExperimentalGroupByReducerDataset" )
Public Function ExperimentalGroupByReducerDataset ( 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 = "ExperimentalGroupByReducerDataset" ) As Operation
public: Operation^ ExperimentalGroupByReducerDataset( 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"ExperimentalGroupByReducerDataset" )
member ExperimentalGroupByReducerDataset : 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 "ExperimentalGroupByReducerDataset" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,