/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | cfg_test.py | 49 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 …]
|
D | origin_info_test.py | 32 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/ |
D | return_statements_test.py | 29 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 …]
|
D | control_flow_test.py | 33 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 …]
|
D | continue_statements_test.py | 30 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
|
D | lists_test.py | 41 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
|
D | break_statements_test.py | 29 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
|
D | side_effect_guards_test.py | 41 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
|
D | list_comprehensions_test.py | 28 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
|
D | logical_expressions_test.py | 33 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
|
D | builtin_functions_test.py | 37 def test_fn(a): function 52 def test_fn(a): function 68 def test_fn(a, b, c): function 80 def test_fn(): function
|
D | function_scopes_test.py | 34 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
|
D | conditional_expressions_test.py | 28 def assertTransformedEquivalent(self, test_fn, *inputs): argument 35 def test_fn(x): function 43 def test_fn(x): function
|
D | arg_defaults_test.py | 34 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
|
D | call_trees_test.py | 30 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
|
D | directives_test.py | 34 def test_fn(): function 50 def test_fn(a): function 63 def test_fn(): function
|
D | error_handlers_test.py | 34 def test_fn(): function 44 def test_fn(x): function
|
D | slices_test.py | 36 def test_fn(l): function 55 def test_fn(l): function
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | type_info_test.py | 62 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 …]
|
D | liveness_test.py | 35 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 …]
|
D | reaching_definitions_test.py | 35 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 …]
|
D | activity_test.py | 114 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 …]
|
D | live_values_test.py | 39 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/ |
D | converter_test.py | 66 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/ |
D | py_func_test.py | 31 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
|