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 225 tpl = template.make_template("", variable_scoped_function) 241 tmpl1 = template.make_template("s1", variable_scoped_function) 242 tmpl2 = template.make_template("s1", variable_scoped_function) 255 "_", variable_scoped_function, unique_name_="s1") 258 "_", variable_scoped_function, unique_name_="s1") 269 "_", variable_scoped_function, unique_name_="s1") 274 "_", variable_scoped_function, unique_name_="s1") 280 "_", variable_scoped_function, unique_name_="s1") 289 tmpl1 = template.make_template("s1", variable_scoped_function) [all …]
|
| /external/tensorflow/tensorflow/python/keras/engine/ |
| D | training_test.py | 854 def variable_scoped_function(trainable=True): function 859 nested1 = template.make_template('nested', variable_scoped_function) 860 nested2 = template.make_template('nested', variable_scoped_function)
|