Home
last modified time | relevance | path

Searched refs:GLOBAL_VARIABLES (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/python/keras/feature_column/
Ddense_features_v2_test.py428 len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
435 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
466 len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
469 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
499 len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
518 len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
521 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
Ddense_features_test.py448 len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
455 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
486 len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
489 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
519 len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
538 len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
541 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
787 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
878 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
986 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
/external/tensorflow/tensorflow/python/eager/
Dfunction_defun_collection_test.py79 self.assertLen(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES), 1)
94 self.assertLen(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES), 1)
Dwrap_function.py78 collections = [ops.GraphKeys.GLOBAL_VARIABLES]
163 ops.GraphKeys.GLOBAL_VARIABLES)
194 ops.GraphKeys.GLOBAL_VARIABLES)
202 ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.LOCAL_VARIABLES
/external/tensorflow/tensorflow/python/training/
Dtraining_util.py133 ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP
144 collections=[ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP])
Dwarm_starting_util.py352 ops.GraphKeys.GLOBAL_VARIABLES, scope=v)
Dmoving_averages.py153 collections = [ops.GraphKeys.GLOBAL_VARIABLES]
/external/tensorflow/tensorflow/python/saved_model/
Dsaved_model_test.py243 self._eval(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0]))
313 self._eval(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0]))
321 self._eval(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0]))
330 self._eval(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0]))
339 self._eval(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0]))
347 self._eval(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0]))
394 collection_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
404 collection_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
500 self._eval(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0]))
507 self._eval(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0]))
[all …]
Dsimple_save_test.py79 collection_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
Dload_v1_in_v2.py122 ops.GraphKeys.GLOBAL_VARIABLES):
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding.py1586 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
2039 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
2116 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
2197 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
2205 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
2296 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
2305 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
2393 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
2401 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
2481 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
[all …]
Dfeature_column_v2_test.py200 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
424 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
634 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
706 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
Dfeature_column_test.py160 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
305 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
Dfeature_column_v2.py1011 ops.GraphKeys.GLOBAL_VARIABLES not in weight_collections):
1012 weight_collections.append(ops.GraphKeys.GLOBAL_VARIABLES)
/external/tensorflow/tensorflow/python/ops/
Dtemplate.py320 ops.get_collection_ref(ops.GraphKeys.GLOBAL_VARIABLES))
343 variables = ops.get_collection_ref(ops.GraphKeys.GLOBAL_VARIABLES)
447 return ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES,
Dvariables.py1753 collections = [ops.GraphKeys.GLOBAL_VARIABLES]
2877 for collection_name in (ops.GraphKeys.GLOBAL_VARIABLES,
3133 return ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES, scope)
3157 return (ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES, scope) +
Dcustom_gradient.py268 ops.GraphKeys.GLOBAL_VARIABLES, scope="{}:0".format(var_name))
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph_test.py297 global_vars = graph1.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
309 global_vars = graph2.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
662 [ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.TRAINABLE_VARIABLES]
694 ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.TRAINABLE_VARIABLES
698 include_collection_keys=[ops.GraphKeys.GLOBAL_VARIABLES],
702 omit_collection_keys=[ops.GraphKeys.GLOBAL_VARIABLES])
706 ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.TRAINABLE_VARIABLES
Dmeta_graph.py848 from_proto = ops.get_from_proto_function(ops.GraphKeys.GLOBAL_VARIABLES)
900 variables = graph.get_collection(ops.GraphKeys.GLOBAL_VARIABLES,
1027 variables = graph.get_collection(ops.GraphKeys.GLOBAL_VARIABLES,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt34 name: "GLOBAL_VARIABLES"
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py189 if ops.GraphKeys.GLOBAL_VARIABLES not in weight_collections:
190 weight_collections.append(ops.GraphKeys.GLOBAL_VARIABLES)
215 ops.GraphKeys.GLOBAL_VARIABLES,
517 if weight_collection == ops.GraphKeys.GLOBAL_VARIABLES:
642 if ops.GraphKeys.GLOBAL_VARIABLES not in self._weight_collections:
643 self._weight_collections.append(ops.GraphKeys.GLOBAL_VARIABLES)
692 ops.GraphKeys.GLOBAL_VARIABLES, scope=layer.scope_name)
Dfeature_column_test.py839 ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES))
1282 return ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES,
3012 ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
3019 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
3049 ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
3052 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
3081 ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
3100 ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
3103 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
3588 ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES))
[all …]
Dfeature_column_v2_test.py65 return ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES,
2718 ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
2725 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
4834 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
4898 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
4966 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
5041 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
5112 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
5175 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
5231 [v.name for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py267 ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES),
279 self.assertFalse(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES))
1200 for v in scope1.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
1215 for v in scope2.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
1222 v.name for v in scope.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
1419 variables = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
1492 variables = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_utils.py289 var_collections = [ops.GraphKeys.GLOBAL_VARIABLES]

12