/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | cfg_test.py | 51 def test_fn(a): function 73 def test_fn(a): function 153 def test_fn(a): function 174 def test_fn(a, b): function 191 def test_fn(a): function 209 def test_fn(a): function 233 def test_fn(a): function 272 def test_fn(a): function 294 def test_fn(a): function 320 def test_fn(a): function [all …]
|
D | inspect_utils_test.py | 102 def test_fn(): function 159 def test_fn(a): function 179 def test_fn(a): function 203 def test_fn(a): function 219 def test_fn(a): function 234 def test_fn(a): function 250 def test_fn(a): function 265 def test_fn(): function 282 def test_fn(): function
|
D | loader_test.py | 37 def test_fn(x): function
|
D | cache_test.py | 30 def test_fn(): function
|
D | transformer_test.py | 258 def test_fn(): function 282 def test_fn(): function 338 def test_fn(): function
|
D | origin_info_test.py | 58 def _create_source_map(self, test_fn): argument
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | reaching_definitions_test.py | 40 def _parse_and_analyze(self, test_fn): argument 92 def test_fn(a, b): function 110 def test_fn(a, b): # pylint:disable=unused-argument function 127 def test_fn(a, b): function 147 def test_fn(a, b): function 167 def test_fn(a): function 187 def test_fn(x, i): function 210 def test_fn(x, i): function 235 def test_fn(a, b): function 265 def test_fn(a): function [all …]
|
D | liveness_test.py | 39 def _parse_and_analyze(self, test_fn): argument 80 def test_fn(x, a, b, c): # pylint:disable=unused-argument function 96 def test_fn(x, a, b, c): # pylint:disable=unused-argument function 114 def test_fn(x, a): function 129 def test_fn(x, a): function 146 def test_fn(x, a): function 158 def test_fn(x, a): function 170 def test_fn(x, a): function 182 def test_fn(a, b): function 198 def test_fn(a, b): function [all …]
|
D | activity_test.py | 130 def _parse_and_analyze(self, test_fn): argument 166 def test_fn(): function 175 def test_fn(): function 187 def test_fn(a): function 210 def test_fn(a): function 228 def test_fn(a): function 243 def test_fn(a): function 257 def test_fn(a): function 276 def test_fn(a): function 295 def test_fn(x): function [all …]
|
D | activity_py3_test.py | 38 def test_fn(c): function 54 def test_fn(c): function 74 def test_fn(a: b) -> c: function
|
D | type_inference_test.py | 93 def test_fn(a, b): function 112 def test_fn(a): function 131 def test_fn(a: int, b): function 163 def test_fn(a: int): function 180 def test_fn(a: int, c: float): function 218 def test_fn(): function 232 def test_fn(a: int, b: float): function 266 def test_fn(): function 297 def test_fn(): function 332 def test_fn(): function [all …]
|
D | reaching_definitions_py3_test.py | 35 def test_fn(): function 59 def test_fn(): function
|
D | reaching_fndefs_test.py | 35 def _parse_and_analyze(self, test_fn): argument
|
/external/tensorflow/tensorflow/python/tf_program/tests/ |
D | mlir_gen_test.py | 42 def test_fn(): function 53 def test_fn(x: core.Tensor) -> core.Tensor: function 65 def test_fn() -> int: function 78 def test_fn(x: bool, y: bool) -> bool: function 92 def test_fn(): function 119 def test_fn(x: core.Tensor, y: core.Tensor, z: core.Tensor): function 133 def test_fn() -> int: function 148 def test_fn(x: core.Tensor) -> int: function 181 def test_fn(x: core.Tensor) -> core.Tensor: function 206 def test_fn(x: core.Tensor) -> core.Tensor: 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
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins_test.py | 133 def test_fn(): function 146 def test_fn(): function 160 def test_fn(): function 305 def test_fn(go_out_of_range, with_default): function 336 def test_fn(): function 348 def test_fn(default_val): function 381 def test_fn(): function 390 def test_fn(): function 406 def test_fn(): function 417 def test_fn(): function [all …]
|
D | conditional_expressions_test.py | 47 def test_fn(): function
|
D | control_flow_test.py | 912 def test_fn(): function 948 def test_fn(cond): function 978 def test_fn(cond): function 1008 def test_fn(cond): function 1040 def test_fn(cond): function 1066 def test_fn(cond): function 1162 def test_fn(): function
|
/external/tensorflow/tensorflow/python/autograph/impl/ |
D | conversion_test.py | 48 def test_fn(): function 58 def test_fn(): function 110 def test_fn(self): function
|
D | api_test.py | 94 def test_fn(*, a): function 302 def test_fn(x): function 314 def test_fn(x, y, z): function 336 def test_fn(x, y, z): function 568 def test_fn(_): function 842 def test_fn(): function 854 def test_fn(): function 870 def test_fn(needs_autograph): function 956 def test_fn(x, s): function 972 def test_fn(x, s=foo): function [all …]
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_embedding_v2_test.py | 557 def test_fn(): function 583 def test_fn(): function 611 def test_fn(): function 639 def test_fn(): function 663 def test_fn(): function 686 def test_fn(): function 714 def test_fn(): function 744 def test_fn(): function 784 def test_fn(): function 807 def test_fn(): function [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-nvptx-ptx50.cu | 19 __device__ void test_fn(double d, double* double_ptr) { in test_fn() function
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | F_incomplete.pass.cpp | 34 IncompleteReturnType test_fn() { in test_fn() function
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | F_incomplete.pass.cpp | 38 IncompleteReturnType test_fn() { in test_fn() function
|
/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
D | test_loops.cpp | 34 test_func test_fn; in test_image_type() local
|