• Adam Rogowiec's avatar
    [Fused] FakeQuantize operation. (#2928) · 36422810
    Adam Rogowiec authored
    * Draft of FakeQuantize operation along with UTs.
    
    * Add FakeQuantize to implemented operators on IGPU.
    
    * Get back FakeQuantize op case to switch.
    
    * Fix compilation errors.
    
    * Skip test for INTERPRETER backend and disable type_prop tests.
    
    * Initial implementation covering the most basic case
    
    * Cleanup of fake_quantize_with_clip UT
    
    * Reformat the cpu unit tests manifest and unlock anothe fake quant UT
    
    * Handle the clipping case by subtracting input_low from quantization input
    
    * Clip the input data before quantization to avoid Selects
    
    * UT manifest fix
    
    * Obsolete comment removed
    
    * Code formatting
    
    * Broadcast input data for non-scalar in/out params
    
    * Code formatting
    
    * Enable the type prop tests for FakeQuantize
    
    * Dequant the data without using the Dequantize op (fixes an edge case)
    36422810
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...