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

  /external/tensorflow/tensorflow/contrib/framework/python/framework/
checkpoint_utils.py 273 scope_variables = set()
279 scope_variables.add(var_name)
280 for var_name in scope_variables:
  /external/tensorflow/tensorflow/python/training/
checkpoint_utils.py 235 scope_variables = set()
241 scope_variables.add(var_name)
242 for var_name in sorted(scope_variables):

Completed in 170 milliseconds