Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg_test.py51 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 …]
Dinspect_utils_test.py102 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
Dloader_test.py37 def test_fn(x): function
Dcache_test.py30 def test_fn(): function
Dtransformer_test.py258 def test_fn(): function
282 def test_fn(): function
338 def test_fn(): function
Dorigin_info_test.py58 def _create_source_map(self, test_fn): argument
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dreaching_definitions_test.py40 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 …]
Dliveness_test.py39 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 …]
Dactivity_test.py130 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 …]
Dactivity_py3_test.py38 def test_fn(c): function
54 def test_fn(c): function
74 def test_fn(a: b) -> c: function
Dtype_inference_test.py93 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 …]
Dreaching_definitions_py3_test.py35 def test_fn(): function
59 def test_fn(): function
Dreaching_fndefs_test.py35 def _parse_and_analyze(self, test_fn): argument
/external/tensorflow/tensorflow/python/tf_program/tests/
Dmlir_gen_test.py42 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/
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
/external/tensorflow/tensorflow/python/autograph/operators/
Dpy_builtins_test.py133 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 …]
Dconditional_expressions_test.py47 def test_fn(): function
Dcontrol_flow_test.py912 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/
Dconversion_test.py48 def test_fn(): function
58 def test_fn(): function
110 def test_fn(self): function
Dapi_test.py94 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/
Dtpu_embedding_v2_test.py557 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/
Dbuiltins-nvptx-ptx50.cu19 __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/
DF_incomplete.pass.cpp34 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/
DF_incomplete.pass.cpp38 IncompleteReturnType test_fn() { in test_fn() function
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_loops.cpp34 test_func test_fn; in test_image_type() local

123