/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A 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 …]
|
H A 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
|
H A D | transformer_test.py | 255 def test_fn(): function 279 def test_fn(): function 335 def test_fn(): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A D | reaching_definitions_py3_test.py | 30 def test_fn(): function 54 def test_fn(): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/ |
H A 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 …]
|
H A D | conversion_test.py | 42 def test_fn(): function 52 def test_fn(): function 101 def test_fn(self): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/ |
H A 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 …]
|
H A 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
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_device_analysis.py | 269 def test_fn(x, y, z: bool): function 280 def test_fn(x, y, z: int): function 290 def test_fn(x, z: int): function 300 def test_fn(x, z: int): function 311 def test_fn(x, z: int): function 324 def test_fn(x, y, z: bool, a: bool): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/utils/ |
H A 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
|
/aosp_15_r20/external/rust/beto-rust/common/handle_map/src/ |
D | tests.rs | 75 let test_fn = Arc::new(move || { in test_read_consistency_same_address() localVariable 94 let test_fn = Arc::new(move || { in test_overload_with_allocations() localVariable 118 let test_fn = Arc::new(move || { in test_overload_allocations_deallocations() localVariable 142 let test_fn = Arc::new(move || { in test_full_lifecycle_independent_handles() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/tests/ |
H A D | tpu_embedding_v2_invalid_input_test.py | 87 def test_fn(): function 189 def test_fn(): function 213 def test_fn(): function
|
H A D | tpu_embedding_v2_valid_input_test.py | 110 def test_fn(): function 134 def test_fn(): function 276 def test_fn(): function
|
H A D | tpu_embedding_v2_sequence_feature_test.py | 46 def test_fn(): function 89 def test_fn(): function
|
H A D | tpu_embedding_v2_hd_valid_input_test.py | 64 def test_fn(): function 98 def test_fn(): function
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | logging_utils.py | 79 def test_fn(self): function 104 def test_fn(self): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/tests/ |
H A D | loop_distributed_test.py | 148 def test_basic(self, test_fn, target): argument 183 def test_iterator_next_stopping(self, test_fn): argument
|
/aosp_15_r20/external/pytorch/test/cpp_api_parity/ |
H A D | utils.py | 173 def add_test(unit_test_class, test_name, test_fn): argument 337 def decorate_test_fn(test_fn, test_cuda, has_impl_parity, device): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | distribute_lib_test.py | 406 def test_fn(): function 426 def test_fn(): function 484 def test_fn(): function
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | cbfs-lookup-test.c | 938 #define CBFS_LOOKUP_NAME_SETUP_PRESTATE_COMMON_TEST(name, test_fn, setup_fn, prestate) \ argument 943 #define CBFS_LOOKUP_NAME_PRESTATE_TEST(name, test_fn, prestate) \ argument 951 #define CBFS_LOOKUP_TEST(test_fn) CBFS_LOOKUP_NAME_PRESTATE_TEST(#test_fn, test_fn, NULL) argument
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_compiled_optimizers.py | 359 def test_fn(self): function 444 def test_fn(self): function
|