Searched refs:variable_scoped_function (Results 1 – 2 of 2) sorted by relevance
| /external/tensorflow/tensorflow/python/kernel_tests/ |
| D | template_test.py | 39 def variable_scoped_function(trainable=True): function 164 tpl = template.make_template("", variable_scoped_function) 180 tmpl1 = template.make_template("s1", variable_scoped_function) 181 tmpl2 = template.make_template("s1", variable_scoped_function) 194 "_", variable_scoped_function, unique_name_="s1") 197 "_", variable_scoped_function, unique_name_="s1") 208 "_", variable_scoped_function, unique_name_="s1") 213 "_", variable_scoped_function, unique_name_="s1") 219 "_", variable_scoped_function, unique_name_="s1") 228 tmpl1 = template.make_template("s1", variable_scoped_function) [all …]
|
| /external/tensorflow/tensorflow/python/keras/engine/ |
| D | training_test.py | 859 def variable_scoped_function(trainable=True): function 864 nested1 = template.make_template('nested', variable_scoped_function) 865 nested2 = template.make_template('nested', variable_scoped_function)
|