Home
last modified time | relevance | path

Searched defs:test_fn (Results 1 – 25 of 57) sorted by relevance

123

/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg_test.py49 def test_fn(a): function
71 def test_fn(a): function
146 def test_fn(a): function
166 def test_fn(a, b): function
182 def test_fn(a): function
199 def test_fn(a): function
222 def test_fn(a): function
260 def test_fn(a): function
281 def test_fn(a): function
306 def test_fn(a): function
[all …]
Dorigin_info_test.py32 def test_fn(x): function
53 def test_fn(x): function
66 def test_fn(x): function
94 def test_fn(x): function
/external/tensorflow/tensorflow/python/autograph/converters/
Dreturn_statements_test.py29 def assertTransformedEquivalent(self, test_fn, *inputs): argument
36 def test_fn(x): function
43 def test_fn(x): function
54 def test_fn(x): function
63 def test_fn(x): function
73 def test_fn(x): function
85 def test_fn(x): function
100 def test_fn(x): function
109 def test_fn(x): function
121 def test_fn(x): function
[all …]
Dcontrol_flow_test.py33 def assertTransformedResult(self, test_fn, inputs, expected, symbols=None): argument
45 def test_fn(n): function
58 def test_fn(n): function
77 def test_fn(n): function
91 def test_fn(n): function
108 def test_fn(n): function
127 def test_fn(n): function
153 def test_fn(n, s): function
171 def test_fn(n): function
192 def test_fn(n, obj): function
[all …]
Dcontinue_statements_test.py30 def assertTransformedEquivalent(self, test_fn, *inputs): argument
37 def test_fn(x): function
53 def test_fn(a): function
69 def test_fn(x): function
86 def test_fn(x): function
105 def test_fn(x): function
126 def test_fn(x): function
148 def test_fn(x): function
Dlists_test.py41 def test_fn(): function
52 def test_fn(): function
60 def test_fn(): function
75 def test_fn(): function
99 def test_fn(l): function
112 def test_fn(): function
Dbreak_statements_test.py29 def assertTransformedEquivalent(self, test_fn, *inputs): argument
36 def test_fn(x): function
51 def test_fn(a): function
68 def test_fn(x): function
89 def test_fn(x): function
112 def test_fn(x): function
Dside_effect_guards_test.py41 def test_fn(a): function
62 def test_fn(a): function
83 def test_fn(a): function
100 def test_fn(a): function
122 def test_fn(a): function
143 def test_fn(a): function
Dlist_comprehensions_test.py28 def assertTransformedEquivalent(self, test_fn, *inputs): argument
34 def test_fn(l): function
43 def test_fn(l): function
52 def test_fn(l): function
Dlogical_expressions_test.py33 def test_fn(a, b): function
44 def test_fn(a, b, c): function
57 def test_fn(a, b, c, d): function
74 def test_fn(a, b): function
81 def test_fn(a): function
Dbuiltin_functions_test.py37 def test_fn(a): function
52 def test_fn(a): function
68 def test_fn(a, b, c): function
80 def test_fn(): function
Dfunction_scopes_test.py34 def test_fn(l): function
50 def test_fn(): function
67 def test_fn(l): function
86 def test_fn(self, l): member in FunctionBodyTransformerTest.test_method.TestClass
Dconditional_expressions_test.py28 def assertTransformedEquivalent(self, test_fn, *inputs): argument
35 def test_fn(x): function
43 def test_fn(x): function
Darg_defaults_test.py34 def test_fn(): function
43 def test_fn(a, b, *c, **e): function
54 def test_fn(a, b=1, c=2): function
63 def test_fn(a, b=1, *c): # pylint: disable=keyword-arg-before-vararg function
Dcall_trees_test.py30 def test_fn(f): function
41 def test_fn(f, a, b): function
52 def test_fn(f, a, *args, **kwargs): function
66 def test_fn(): function
78 def test_fn(f, a, b, **kwargs): function
Ddirectives_test.py34 def test_fn(): function
50 def test_fn(a): function
63 def test_fn(): function
Derror_handlers_test.py34 def test_fn(): function
44 def test_fn(x): function
Dslices_test.py36 def test_fn(l): function
55 def test_fn(l): function
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_info_test.py62 test_fn, argument
85 def test_fn(): function
99 def test_fn(x): function
109 def test_fn(): function
120 def test_fn(x): function
136 def test_fn(x): function
149 def test_fn(opt): function
158 def test_fn(opt): function
177 def test_fn(): function
187 def test_fn(): function
[all …]
Dliveness_test.py35 def _parse_and_analyze(self, test_fn): argument
70 def test_fn(x, a): function
85 def test_fn(x, a): function
102 def test_fn(x, a): function
114 def test_fn(x, a): function
126 def test_fn(a, b): function
142 def test_fn(b): function
160 def test_fn(x, y, a): function
174 def test_fn(x, a, b, c): function
189 def test_fn(x, a, b, c, d): function
[all …]
Dreaching_definitions_test.py35 def _parse_and_analyze(self, test_fn): argument
82 def test_fn(a, b): function
100 def test_fn(a): function
120 def test_fn(x, i): function
143 def test_fn(x, i): function
168 def test_fn(a, b): function
194 def test_fn(a): function
217 def test_fn(a): function
229 def test_fn(a): function
245 def test_fn(a): function
[all …]
Dactivity_test.py114 def _parse_and_analyze(self, test_fn): argument
145 def test_fn(a): function
168 def test_fn(a): function
186 def test_fn(a): function
201 def test_fn(a): function
215 def test_fn(a): function
234 def test_fn(a): function
251 def test_fn(x): function
278 def test_fn(a): function
300 def test_fn(a, b, c, e): function
[all …]
Dlive_values_test.py39 test_fn, argument
66 def test_fn(): function
77 def test_fn(): function
93 def test_fn(): function
103 def test_fn(): function
119 def test_fn(self): member in LiveValuesResolverTest.test_attributes_with_type_hints.TestClass
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_test.py66 def test_fn(): function
87 def test_fn(): function
103 def test_fn(): function
130 def test_fn(): function
/external/tensorflow/tensorflow/python/autograph/utils/
Dpy_func_test.py31 def test_fn(a, b, c): function
52 def test_fn(a, b): function
69 def test_fn(a, b, c, d): function
89 def test_fn(_): function

123