STT-tensorflow/tensorflow/tools/api/golden
Thomas O'Malley 186d9b18da PreprocessingLayers adapt API changes.
Changed methods:
- adapt(data, batch_size=None, steps=None, reset_state)
Added methods:
- update_state
- merge_state
- finalize_state
- compile
- make_adapt_function

Reimplements adapt on top of existing Model.fit utilities.
In follow-up changes, each subclass will be migrated to use the new API methods
directly, and the CombinerPreprocessingLayer class will be removed.

PiperOrigin-RevId: 352102154
Change-Id: If993c07e68b6652896010a25a21dad0560e93329
2021-01-15 16:12:40 -08:00
..
v1 PreprocessingLayers adapt API changes. 2021-01-15 16:12:40 -08:00
v2 PreprocessingLayers adapt API changes. 2021-01-15 16:12:40 -08:00
BUILD