Home
last modified time | relevance | path

Searched refs:all_variables (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/tools/
Dsaved_model_aot_compile.py299 all_variables = _get_variable_nodes_from_graph_def(graph_def)
301 variable_nodes_to_feed = list(all_variables.values())
303 not_in_graph = set(variables_to_feed).difference(list(all_variables))
308 not_in_graph, list(all_variables)))
310 all_variables[name] for name in variables_to_feed
/external/tensorflow/tensorflow/lite/testing/op_tests/
Dprelu.py92 variables = tf.compat.v1.all_variables()
/external/tensorflow/tensorflow/tools/compatibility/testdata/
Dtest_file_v0_11.py199 _ = [v.name for v in tf.all_variables()]
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py381 all_variables = K._get_variables(K.get_graph()) # pylint: disable=protected-access
383 for v in all_variables:
/external/tensorflow/tensorflow/python/ops/
Dvariables.py3138 def all_variables(): function
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.pbtxt764 name: "all_variables"
/external/tensorflow/
DRELEASE.md4322 * `tf.all_variables`, `tf.VARIABLES` and `tf.initialize_all_variables` renamed