Open
Description
🚀 The feature, motivation and pitch
Backend testing lacks reusable base Tester class. To improve extensibility, let's refactor XNNPACKTester
into a more abstract BackendTester
and move it to backends/test
. XNNPACKTester
, ArmTester
, and a new NeutronTester
should then derive from BackendTester
.
Alternatives
No response
Additional context
No response
RFC (Optional)
No response