Abstract Backend testing logic #10100
Labels
module: arm
Issues related to arm backend
module: backend
Issues related to backend APIs or requests for new backends
module: xnnpack
Issues related to xnnpack delegation and the code under backends/xnnpack/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
🚀 The feature, motivation and pitch
Backend testing lacks reusable base Tester class. To improve extensibility, let's refactor
XNNPACKTester
into a more abstractBackendTester
and move it tobackends/test
.XNNPACKTester
,ArmTester
, and a newNeutronTester
should then derive fromBackendTester
.Alternatives
No response
Additional context
No response
RFC (Optional)
No response
cc @digantdesai @mcr229 @cbilgin @cccclai
The text was updated successfully, but these errors were encountered: