Click or drag to resize

GraphExperimentalGroupByReducerDataset Method

http://www.emgu.com
ExperimentalGroupByReducerDataset

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
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"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
key_func_other_arguments
Type: Emgu.TFOutput
Input to the operation.
init_func_other_arguments
Type: Emgu.TFOutput
Input to the operation.
reduce_func_other_arguments
Type: Emgu.TFOutput
Input to the operation.
finalize_func_other_arguments
Type: Emgu.TFOutput
Input to the operation.
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.ExperimentalGroupByReducerDataset(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType[],System.Int64[][],System.String)"]

See Also