Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dtemplate_test.py181 tmpl1 = template.make_template("s1", variable_scoped_function)
184 v1 = tmpl1()
185 v2 = tmpl1()
194 tmpl1 = template.make_template(
196 tmpl1()
213 tmpl1 = template.make_template(
215 v1 = tmpl1()
216 v2 = tmpl1()
229 tmpl1 = template.make_template("s1", variable_scoped_function)
233 v1 = tmpl1()
[all …]
/external/clang/test/SemaCXX/
Dcalling-conv-compat.cpp363 X<void ()>::p tmpl1 = &A::method_thiscall; variable