Searched refs:GLOBAL_VARIABLES (Results 1 – 25 of 43) sorted by relevance
12
/external/tensorflow/tensorflow/python/keras/feature_column/ |
D | dense_features_v2_test.py | 428 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)])
|
D | dense_features_test.py | 448 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/ |
D | function_defun_collection_test.py | 79 self.assertLen(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES), 1) 94 self.assertLen(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES), 1)
|
D | wrap_function.py | 78 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/ |
D | training_util.py | 133 ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP 144 collections=[ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP])
|
D | warm_starting_util.py | 352 ops.GraphKeys.GLOBAL_VARIABLES, scope=v)
|
D | moving_averages.py | 153 collections = [ops.GraphKeys.GLOBAL_VARIABLES]
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | saved_model_test.py | 243 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 …]
|
D | simple_save_test.py | 79 collection_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
|
D | load_v1_in_v2.py | 122 ops.GraphKeys.GLOBAL_VARIABLES):
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_embedding.py | 1586 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 …]
|
D | feature_column_v2_test.py | 200 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)
|
D | feature_column_test.py | 160 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES) 305 global_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
|
D | feature_column_v2.py | 1011 ops.GraphKeys.GLOBAL_VARIABLES not in weight_collections): 1012 weight_collections.append(ops.GraphKeys.GLOBAL_VARIABLES)
|
/external/tensorflow/tensorflow/python/ops/ |
D | template.py | 320 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,
|
D | variables.py | 1753 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) +
|
D | custom_gradient.py | 268 ops.GraphKeys.GLOBAL_VARIABLES, scope="{}:0".format(var_name))
|
/external/tensorflow/tensorflow/python/framework/ |
D | meta_graph_test.py | 297 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
|
D | meta_graph.py | 848 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/ |
D | tensorflow.-graph-keys.pbtxt | 34 name: "GLOBAL_VARIABLES"
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column.py | 189 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)
|
D | feature_column_test.py | 839 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 …]
|
D | feature_column_v2_test.py | 65 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/ |
D | variable_scope_test.py | 267 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/ |
D | distribute_utils.py | 289 var_collections = [ops.GraphKeys.GLOBAL_VARIABLES]
|
12