Home
last modified time | relevance | path

Searched refs:get_model_variables (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
Dvgg_test.py103 model_variables = [v.op.name for v in variables_lib.get_model_variables()]
237 model_variables = [v.op.name for v in variables_lib.get_model_variables()]
378 model_variables = [v.op.name for v in variables_lib.get_model_variables()]
Doverfeat_test.py94 model_variables = [v.op.name for v in variables_lib.get_model_variables()]
Dalexnet_test.py94 model_variables = [v.op.name for v in variables_lib.get_model_variables()]
Dinception_v1_test.py127 variables_lib.get_model_variables())
Dinception_v2_test.py123 variables_lib.get_model_variables())
Dinception_v3_test.py129 variables_lib.get_model_variables())
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables.py387 def get_model_variables(scope=None, suffix=None): function
Dvariables_test.py578 self.assertListEqual([a], variables_lib2.get_model_variables('A'))
603 self.assertEquals([a], variables_lib2.get_model_variables('A'))
604 self.assertEquals([b], variables_lib2.get_model_variables('B'))
/external/tensorflow/tensorflow/contrib/slim/
DREADME.md137 model_variables = slim.get_model_variables()
695 variables_to_restore = slim.get_model_variables()
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py708 model_variables = variables.get_model_variables()
1923 self.assertEqual(len(variables.get_model_variables()), 4)
1935 self.assertEqual(len(variables.get_model_variables()), 6)
3456 model_variables = variables.get_model_variables()