You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oneDNN is implementing NHWC model inference in fairly complex way and We are not able to test this only with unit test. It would be very helpful if there is a C-API / python API test that is running inference using CPU as well as oneDNN and then compare results. That would help in making sure that oneDNN's NHWC support is in sync with CPU.
The text was updated successfully, but these errors were encountered:
We have some NHWC model inference (C-API/python API) in CE, like #20589 and #25537 (maybe add in CE later). But I don't know whether there is C-API / python API test that is running inference in unit-tests.
Hi,
oneDNN is implementing NHWC model inference in fairly complex way and We are not able to test this only with unit test. It would be very helpful if there is a C-API / python API test that is running inference using CPU as well as oneDNN and then compare results. That would help in making sure that oneDNN's NHWC support is in sync with CPU.
The text was updated successfully, but these errors were encountered: