Searched refs:TestPatternMatcher (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_cpu_cpp_wrapper.py | 193 test_mkldnn_pattern_matcher.TestPatternMatcher(), 207 test_mkldnn_pattern_matcher.TestPatternMatcher(), 221 test_mkldnn_pattern_matcher.TestPatternMatcher(), 248 test_mkldnn_pattern_matcher.TestPatternMatcher(), 281 test_mkldnn_pattern_matcher.TestPatternMatcher(), 287 test_mkldnn_pattern_matcher.TestPatternMatcher(), 293 test_mkldnn_pattern_matcher.TestPatternMatcher(), 299 test_mkldnn_pattern_matcher.TestPatternMatcher(), 305 test_mkldnn_pattern_matcher.TestPatternMatcher(), 326 test_mkldnn_pattern_matcher.TestPatternMatcher(), [all …]
|
H A D | test_mkldnn_pattern_matcher.py | 264 class TestPatternMatcher(TestPatternMatcherBase): class 2650 _test_conv_unary_cpu_base = TestPatternMatcher._test_conv_unary_cpu_base 2651 test_conv2d_unary_dynamic_shapes = TestPatternMatcher.test_conv2d_unary_cpu 2652 test_conv3d_unary_dynamic_shapes = TestPatternMatcher.test_conv3d_unary_cpu 2653 _test_conv_binary_base = TestPatternMatcher._test_conv_binary_base 2654 test_conv2d_binary_dynamic_shapes = TestPatternMatcher.test_conv2d_binary 2655 test_conv3d_binary_dynamic_shapes = TestPatternMatcher.test_conv3d_binary 2656 test_linear_unary_dynamic_shapes = TestPatternMatcher.test_linear_unary
|
H A D | test_cuda_cpp_wrapper.py | 207 tests=test_pattern_matcher.TestPatternMatcher(),
|
H A D | test_pattern_matcher.py | 37 class TestPatternMatcher(TestCase): class
|