Home
last modified time | relevance | path

Searched refs:tmpl1 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dtemplate_test.py180 tmpl1 = template.make_template("s1", variable_scoped_function)
183 v1 = tmpl1()
184 v2 = tmpl1()
193 tmpl1 = template.make_template(
195 tmpl1()
212 tmpl1 = template.make_template(
214 v1 = tmpl1()
215 v2 = tmpl1()
228 tmpl1 = template.make_template("s1", variable_scoped_function)
232 v1 = tmpl1()
[all …]
/external/clang/test/SemaCXX/
Dcalling-conv-compat.cpp363 X<void ()>::p tmpl1 = &A::method_thiscall; variable
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py4017 tmpl1 = template.make_template(
4019 output1 = tmpl1(self.input)
4020 output2 = tmpl1(self.input)