Skip to content

Commit

Permalink
Cleanup unused field in keras network.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 307734797
Change-Id: Id00dc3ade1d991f272e2c3fdfd01f4504a37a835
  • Loading branch information
qlzh727 authored and tensorflower-gardener committed Apr 22, 2020
1 parent c1dbd16 commit 7e81e49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow/python/keras/engine/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ def _base_init(self, name=None, **kwargs):
self._maybe_create_attribute('_is_compiled', False)
self._maybe_create_attribute('optimizer', None)

self._scope = None # Never used.
self._reuse = None # Never used.
if context.executing_eagerly():
self._graph = None
else:
Expand Down

0 comments on commit 7e81e49

Please sign in to comment.