HomeSort by relevance Sort by last modified time
    Searched refs:GLOBAL_VARIABLES (Results 1 - 25 of 42) sorted by null

1 2

  /external/tensorflow/tensorflow/contrib/quantize/python/
quantize_graph_test.py 78 [v.name for v in graph.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
82 q_variables = graph.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
95 [v.name for v in g.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)])
98 q_variables = g.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
common.py 117 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
wals.py 202 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
207 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
212 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
217 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
224 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
255 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
  /external/tensorflow/tensorflow/python/saved_model/
saved_model_test.py 181 42, ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0].eval())
246 42, ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0].eval())
253 42, ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0].eval())
260 42, ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0].eval())
267 42, ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0].eval())
274 42, ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0].eval())
320 collection_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
330 collection_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
393 42, ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0].eval())
423 42, ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)[0].eval()
    [all...]
simple_save_test.py 74 collection_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
summaries.py 153 ops.GraphKeys.GLOBAL_VARIABLES)
feature_column_ops.py 114 [ops.GraphKeys.GLOBAL_VARIABLES]))
    [all...]
  /external/tensorflow/tensorflow/python/training/
training_util.py 134 collections=[ops.GraphKeys.GLOBAL_VARIABLES,
142 collections=[ops.GraphKeys.GLOBAL_VARIABLES,
moving_averages.py 116 Defaults to `[GraphKeys.GLOBAL_VARIABLES]`.
128 collections = [ops.GraphKeys.GLOBAL_VARIABLES]
200 variable_scope.get_variable_scope().global_variables()]
356 `tf.global_variables()`.
507 for v in list(set(variables.global_variables())):
  /external/tensorflow/tensorflow/python/ops/
template.py 54 create and reuse variables, but it shouldn't use `tf.global_variables` to
299 vars_at_start = len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES))
321 variables = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
390 return self.global_variables + self.local_variables
405 global_variables = self.global_variables
407 return [x for x in global_variables if x not in trainable_variables]
410 def global_variables(self): member in class:Template
413 return ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES,
686 def global_variables(self) member in class:EagerTemplate
    [all...]
variables.py 113 collection `GraphKeys.GLOBAL_VARIABLES`. The convenience function
114 `global_variables()` returns the contents of that collection.
150 which defaults to `[GraphKeys.GLOBAL_VARIABLES]`.
169 these collections. Defaults to `[GraphKeys.GLOBAL_VARIABLES]`.
268 these collections. Defaults to `[GraphKeys.GLOBAL_VARIABLES]`.
302 collections = [ops.GraphKeys.GLOBAL_VARIABLES]
1391 def global_variables(scope=None): function
    [all...]
  /external/tensorflow/tensorflow/contrib/copy_graph/python/util/
copy_elements.py 74 if (name == ops.GraphKeys.GLOBAL_VARIABLES or
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
moving_stats.py 199 Default value is `[GraphKeys.GLOBAL_VARIABLES]`.
213 collections = [ops.GraphKeys.GLOBAL_VARIABLES]
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
variables.py 177 """Create a variable with a value and add it to `GraphKeys.GLOBAL_VARIABLES`.
189 collections=[ops.GraphKeys.GLOBAL_VARIABLES],
213 If None it would default to `tf.GraphKeys.GLOBAL_VARIABLES`.
230 else [ops.GraphKeys.GLOBAL_VARIABLES])
268 `GraphKeys.GLOBAL_VARIABLES` and `GraphKeys.MODEL_VARIABLES` collections.
285 collections += [ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.MODEL_VARIABLES]
306 collection=ops.GraphKeys.GLOBAL_VARIABLES):
314 `GraphKeys.GLOBAL_VARIABLES`.
475 var = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES, var_name)
  /external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
optimizer_test.py 136 model_vars = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
139 v for v in ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
fisher_factors_test.py 260 factor_vars = tf_ops.get_collection(tf_ops.GraphKeys.GLOBAL_VARIABLES,
279 factor_vars = tf_ops.get_collection(tf_ops.GraphKeys.GLOBAL_VARIABLES,
layer_collection_test.py 463 variables = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
479 variables = ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
  /external/tensorflow/tensorflow/python/framework/
meta_graph_test.py 268 global_vars = graph1.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
280 global_vars = graph2.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
566 [ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.TRAINABLE_VARIABLES]
598 ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.TRAINABLE_VARIABLES
602 include_collection_keys=[ops.GraphKeys.GLOBAL_VARIABLES],
606 omit_collection_keys=[ops.GraphKeys.GLOBAL_VARIABLES])
610 ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.TRAINABLE_VARIABLES
    [all...]
meta_graph.py 801 variables = graph.get_collection(ops.GraphKeys.GLOBAL_VARIABLES,
    [all...]
  /external/tensorflow/tensorflow/contrib/opt/python/training/
elastic_average_optimizer.py 90 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
model_average_optimizer.py 87 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
  /external/tensorflow/tensorflow/python/feature_column/
feature_column_test.py 739 [], ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES))
    [all...]
feature_column.py 180 if ops.GraphKeys.GLOBAL_VARIABLES not in weight_collections:
181 weight_collections.append(ops.GraphKeys.GLOBAL_VARIABLES)
208 ops.GraphKeys.GLOBAL_VARIABLES,
252 `tf.GraphKeys.GLOBAL_VARIABLES` and `ops.GraphKeys.MODEL_VARIABLES`.
383 `tf.GraphKeys.GLOBAL_VARIABLES` and `ops.GraphKeys.MODEL_VARIABLES`.
414 if ops.GraphKeys.GLOBAL_VARIABLES not in weight_collections:
415 weight_collections.append(ops.GraphKeys.GLOBAL_VARIABLES)
438 ops.GraphKeys.GLOBAL_VARIABLES,
    [all...]
  /external/tensorflow/tensorflow/contrib/gan/python/losses/python/
losses_impl_test.py 509 num_vars = len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES))
512 num_vars, len(ops.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)))
  /external/tensorflow/tensorflow/contrib/gan/python/
train.py 751 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
772 collections=[ops.GraphKeys.GLOBAL_VARIABLES])
    [all...]

Completed in 1394 milliseconds

1 2