HomeSort by relevance Sort by last modified time
    Searched refs:_all_saveable_objects (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/saved_model/
loader_test.py 233 self.assertFalse(variables._all_saveable_objects())
250 self.assertFalse(variables._all_saveable_objects())
loader_impl.py 371 not variables._all_saveable_objects(scope=import_scope)): # pylint: disable=protected-access
builder_impl.py 220 variables._all_saveable_objects(), # pylint: disable=protected-access
    [all...]
  /external/tensorflow/tensorflow/python/training/
saver.py     [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py     [all...]
  /external/tensorflow/tensorflow/python/ops/
variables.py 2719 def _all_saveable_objects(scope=None): function
    [all...]

Completed in 847 milliseconds