Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_aot_compile.py259 all_variables = _get_variable_nodes_from_graph_def(graph_def)
261 variable_nodes_to_feed = list(all_variables.values())
263 not_in_graph = set(variables_to_feed).difference(list(all_variables))
269 all_variables[name] for name in variables_to_feed
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/op_tests/
H A Dprelu.py88 variables = tf.compat.v1.all_variables()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py377 all_variables = backend._get_variables(backend.get_graph()) # pylint: disable=protected-access
379 for v in all_variables:
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/testdata/
H A Dtest_file_v0_11.py196 _ = [v.name for v in tf.all_variables()]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariables.py3141 def all_variables(): function
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.pbtxt764 name: "all_variables"
/aosp_15_r20/external/tensorflow/
H A DRELEASE.md9647 * `tf.all_variables`, `tf.VARIABLES` and `tf.initialize_all_variables` renamed