LostTech.TensorFlow : API Documentation

Type Reducer

Namespace tensorflow.data.experimental

Parent PythonObjectContainer

Interfaces IReducer

A reducer is used for reducing a set of elements.

A reducer is represented as a tuple of the three functions: 1) initialization function: key => initial state 2) reduce function: (old state, input) => new state 3) finalization function: state => result

Properties

Public properties

object finalize_func get;

object finalize_func_dyn get;

object init_func get;

object init_func_dyn get;

object PythonObject get;

object reduce_func get;

object reduce_func_dyn get;