/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | cfg_test.py | 47 def test_fn(a): function 69 def test_fn(a): function 149 def test_fn(a): function 170 def test_fn(a, b): function 187 def test_fn(a): function 205 def test_fn(a): function 229 def test_fn(a): function 268 def test_fn(a): function 290 def test_fn(a): function 316 def test_fn(a): function [all …]
|
D | inspect_utils_test.py | 96 def test_fn(): function 153 def test_fn(a): function 173 def test_fn(a): function 197 def test_fn(a): function 213 def test_fn(a): function 228 def test_fn(a): function 244 def test_fn(a): function 259 def test_fn(): function 276 def test_fn(): function
|
D | transformer_test.py | 255 def test_fn(): function 279 def test_fn(): function 335 def test_fn(): function
|
D | cache_test.py | 26 def test_fn(): function
|
D | loader_test.py | 43 def test_fn(x): function
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | reaching_definitions_test.py | 34 def _parse_and_analyze(self, test_fn): argument 86 def test_fn(a, b): function 104 def test_fn(a, b): # pylint:disable=unused-argument function 121 def test_fn(a, b): function 141 def test_fn(a, b): function 161 def test_fn(a): function 181 def test_fn(x, i): function 204 def test_fn(x, i): function 229 def test_fn(a, b): function 259 def test_fn(a): function [all …]
|
D | liveness_test.py | 35 def _parse_and_analyze(self, test_fn): argument 76 def test_fn(x, a, b, c): # pylint:disable=unused-argument function 92 def test_fn(x, a, b, c): # pylint:disable=unused-argument function 110 def test_fn(x, a): function 125 def test_fn(x, a): function 142 def test_fn(x, a): function 154 def test_fn(x, a): function 166 def test_fn(x, a): function 178 def test_fn(a, b): function 194 def test_fn(a, b): function [all …]
|
D | activity_test.py | 125 def _parse_and_analyze(self, test_fn): argument 161 def test_fn(): function 170 def test_fn(): function 182 def test_fn(a): function 205 def test_fn(a): function 223 def test_fn(a): function 238 def test_fn(a): function 252 def test_fn(a): function 271 def test_fn(a): function 290 def test_fn(x): function [all …]
|
D | type_inference_test.py | 89 def test_fn(a, b): function 108 def test_fn(a): function 127 def test_fn(a: int, b): function 159 def test_fn(a: int): function 176 def test_fn(a: int, c: float): function 214 def test_fn(): function 228 def test_fn(a: int, b: float): function 262 def test_fn(): function 293 def test_fn(): function 328 def test_fn(): function [all …]
|
D | reaching_definitions_py3_test.py | 30 def test_fn(): function 54 def test_fn(): function
|
D | reaching_fndefs_test.py | 31 def _parse_and_analyze(self, test_fn): argument
|
/external/tensorflow/tensorflow/python/autograph/utils/ |
D | py_func_test.py | 27 def test_fn(a, b, c): function 48 def test_fn(a, b): function 65 def test_fn(a, b, c, d): function 85 def test_fn(_): function
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins_test.py | 129 def test_fn(): function 142 def test_fn(): function 156 def test_fn(): function 346 def test_fn(go_out_of_range, with_default): function 377 def test_fn(): function 389 def test_fn(default_val): function 422 def test_fn(): function 431 def test_fn(): function 447 def test_fn(): function 458 def test_fn(): function [all …]
|
D | conditional_expressions_test.py | 42 def test_fn(): function
|
D | control_flow_test.py | 1064 def test_fn(): function 1100 def test_fn(cond): function 1130 def test_fn(cond): function 1160 def test_fn(cond): function 1192 def test_fn(cond): function 1218 def test_fn(cond): function 1314 def test_fn(): function
|
/external/tensorflow/tensorflow/python/autograph/impl/ |
D | api_test.py | 92 def test_fn(*, a): function 300 def test_fn(x): function 312 def test_fn(x, y, z): function 335 def test_fn(x, y, z): function 566 def test_fn(_): function 840 def test_fn(): function 852 def test_fn(): function 868 def test_fn(needs_autograph): function 954 def test_fn(x, s): function 970 def test_fn(x, s=foo): function [all …]
|
D | conversion_test.py | 42 def test_fn(): function 52 def test_fn(): function 101 def test_fn(self): function
|
/external/tensorflow/tensorflow/python/tpu/tests/ |
D | tpu_embedding_v2_invalid_input_test.py | 87 def test_fn(): function 189 def test_fn(): function 213 def test_fn(): function
|
D | tpu_embedding_v2_sequence_feature_test.py | 46 def test_fn(): function 89 def test_fn(): function
|
D | tpu_embedding_v2_hd_valid_input_test.py | 64 def test_fn(): function 98 def test_fn(): function
|
D | tpu_embedding_v2_valid_input_test.py | 110 def test_fn(): function 134 def test_fn(): function 276 def test_fn(): function
|
D | tpu_embedding_v2_correctness_dense_lookup_test.py | 43 def test_fn(): function
|
D | tpu_embedding_v2_correctness_base_test.py | 64 def test_fn(): function
|
D | tpu_embedding_v2_hd_invalid_input_test.py | 52 def test_fn(): function
|
/external/tensorflow/tensorflow/python/autograph/tests/ |
D | loop_distributed_test.py | 148 def test_basic(self, test_fn, target): argument 183 def test_iterator_next_stopping(self, test_fn): argument
|