Home
last modified time | relevance | path

Searched refs:TestLegacyAPI (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration_test.cpp769 struct TestLegacyAPI final {}; struct
784 test(TestLegacyAPI(), input, inputExpectation, output, outputExpectation, schema); in test()
793 …static void test(TestLegacyAPI, InputType input, std::function<void(const InputType&)> inputExpect… in test()
1091 testArgTypes<std::vector<double>>::test<TestLegacyAPI>( in TEST()
1095 testArgTypes<std::vector<int64_t>>::test<TestLegacyAPI>( in TEST()
1100 testArgTypes<std::vector<std::string>>::test<TestLegacyAPI>( in TEST()
1107 testArgTypes<std::vector<double>>::test<TestLegacyAPI>( in TEST()
1111 testArgTypes<std::vector<int64_t>>::test<TestLegacyAPI>( in TEST()
1116 testArgTypes<std::vector<std::string>>::test<TestLegacyAPI>( in TEST()
1124 testArgTypes<std::vector<Tensor>>::test<TestLegacyAPI>( in TEST()
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_abc.py16 class TestLegacyAPI(unittest.TestCase): class
684 return TestLegacyAPI, TestABC, TestABCWithInitSubclass