Searched refs:TEST_TEMPLATE (Results 1 – 4 of 4) sorted by relevance
/external/XNNPACK/tools/ |
D | generate-spmm-test.py | 37 TEST_TEMPLATE = """\ variable 403 return xngen.preprocess(TEST_TEMPLATE, {
|
D | generate-dwconv2d-chw-test.py | 29 TEST_TEMPLATE = """\ variable 274 return xngen.preprocess(TEST_TEMPLATE, {
|
/external/python/cpython3/Lib/test/test_peg_generator/ |
D | test_c_parser.py | 27 TEST_TEMPLATE = """ variable 93 TEST_TEMPLATE.format(extension_path=self.tmp_path, test_source=test_source),
|
/external/vixl/test/aarch64/ |
D | test-cpu-features-aarch64.cc | 145 #define TEST_TEMPLATE(FEATURES, NAME, ASM) \ macro 165 TEST_TEMPLATE(CPUFeatures::None(), NONE_##NAME, ASM) 530 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kFP), FP_##NAME, ASM) 725 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kFP, \ 739 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kBTI), BTI_##NAME, ASM) 746 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kRAS), RAS_##NAME, ASM) 750 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kRNG), RNG_##NAME, ASM) 755 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kNEON), NEON_##NAME, ASM) 2786 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kRCpc), RCpc_##NAME, ASM) 2793 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kCRC32), CRC32_##NAME, ASM) [all …]
|