Home
last modified time | relevance | path

Searched refs:get_variables_to_restore (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables_test.py79 self.assertFalse(a in variables_lib2.get_variables_to_restore())
151 self.assertTrue(a in variables_lib2.get_variables_to_restore())
324 self.assertEquals([a, b], variables_lib2.get_variables_to_restore())
333 self.assertEquals([a], variables_lib2.get_variables_to_restore(['A']))
343 [a], variables_lib2.get_variables_to_restore(exclude=['B']))
352 self.assertEquals([], variables_lib2.get_variables_to_restore(['a']))
365 variables_lib2.get_variables_to_restore(include=['A/a', 'B/c']))
378 variables_lib2.get_variables_to_restore(exclude=['A/a', 'B/c']))
720 self.assertEquals([a, c], variables_lib2.get_variables_to_restore())
Dvariables.py426 def get_variables_to_restore(include=None, exclude=None): function
/external/tensorflow/tensorflow/contrib/slim/
DREADME.md653 variables_to_restore = slim.get_variables_to_restore(include=["nested"])
655 variables_to_restore = slim.get_variables_to_restore(exclude=["v1"])
729 variables_to_restore = slim.get_variables_to_restore(exclude=['fc6', 'fc7', 'fc8'])