Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration_test.cpp768 struct TestModernAPI final {}; struct
783 test(TestModernAPI(), input, inputExpectation, output, outputExpectation, schema); in test()
787 …static void test(TestModernAPI, InputType input, std::function<void(const InputType&)> inputExpect… in test()