tf.contrib.checkpoint.CheckpointableBase

View source on GitHub

Base class for Trackable objects without automatic dependencies.

This class has no setattr override for performance reasons. Dependencies must be added explicitly. Unless attribute assignment is performance-critical, use AutoTrackable instead. Use Trackable for isinstance checks.