tfr.keras.strategy_utils.NullContextManager

A null context manager for local training.

Example usage:

with NullContextManager():
  model = ...

Methods

__enter__

View source

__exit__

View source