forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FakeQuantize - reference implementation refactor (openvinotoolkit#6478)
* new implementation of FakeQuantize * move FakeQuantize backend test to fake_quantize.in.cpp * enable some test for FakeQuantize * Add support for PDPD broadcasting and some backend tests * arm plugin expect less attributes in function call * try to fix arm plugin build * try to build arm plugin * start changing backend test * add check for attributes number in visitor test * fix backend test after refactoring * add default parameter value to runtime::reference::fake_quantize * Revert "add default parameter value to runtime::reference::fake_quantize" This reverts commit 9d2c00d. * add SLT for FakeQuantize * remove fesetround * change `v1` namesapce to `v0` in ref impl * add FakeQuantize-1 to VERIFIED_OP_REFERENCES * pass immutable reference to test functions
- Loading branch information
Showing
16 changed files
with
635 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.