Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alt interface branch goes to quantization dev main branch #2

Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
84e850d
example moving things around
Apr 6, 2021
d655405
dense operator example
Apr 8, 2021
8ae43b5
dense stub
Apr 9, 2021
d20343f
clean up old file
Apr 9, 2021
8efce58
move common to common.py
Apr 9, 2021
3198516
add numpy quantization calculator
Apr 9, 2021
8557397
make dense creators create fp32 -> fp32 real or affine domain dependi…
Apr 9, 2021
2df25eb
lily's comments
Apr 9, 2021
ddd45df
renamed common.py -> utils.py
Apr 9, 2021
5ece075
rename common -> utils in files
Apr 9, 2021
a417c37
add more utils to simplify quantization/dequant code
Apr 9, 2021
aa67d38
cleanup interface calls
Apr 9, 2021
0575996
add arithmetic operators
AndrewZhaoLuo Apr 10, 2021
ee1487d
rename arithmetic to add
AndrewZhaoLuo Apr 12, 2021
e9dd073
make add default dequantize
AndrewZhaoLuo Apr 12, 2021
0c99a46
option to give output qparams to add
AndrewZhaoLuo Apr 12, 2021
9eb6f12
fix examples with new interface
AndrewZhaoLuo Apr 12, 2021
2f88d14
fix proper scale values
AndrewZhaoLuo Apr 12, 2021
03ae810
new multiply operator
AndrewZhaoLuo Apr 12, 2021
28b643c
add subtraction operator
AndrewZhaoLuo Apr 12, 2021
d4a60ee
fix rounding bug
AndrewZhaoLuo Apr 13, 2021
4def50b
add short circuits to some point termsg
AndrewZhaoLuo Apr 13, 2021
63fbf7e
fix bug with calculating zero point when symmetric
AndrewZhaoLuo Apr 14, 2021
3d1cb02
very ugly working conv
AndrewZhaoLuo Apr 14, 2021
81abd8c
more cool convs
AndrewZhaoLuo Apr 14, 2021
07f8fee
works with groups'
AndrewZhaoLuo Apr 14, 2021
b5883fb
example of dynamic pad not working
AndrewZhaoLuo Apr 14, 2021
0742d77
interface refresh for add and multiply for now
AndrewZhaoLuo Apr 30, 2021
4add45a
rewrite dense operator interface
AndrewZhaoLuo May 4, 2021
6ffa4b8
convs are cool, fixed interface
AndrewZhaoLuo May 4, 2021
0b8ec6d
add shape inference for args
AndrewZhaoLuo May 5, 2021
524b1f0
add todo
AndrewZhaoLuo May 5, 2021
a2a392a
move from transform --> qnn folder
AndrewZhaoLuo May 5, 2021
2658df3
add and multiply tests
AndrewZhaoLuo May 5, 2021
920b0ff
clean up utils, add comments, name QParams -> AffineQParams
AndrewZhaoLuo May 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up old file
Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
commit d20343f2bc0ba7874c0839ce6adceaf29cd2f030
134 changes: 0 additions & 134 deletions python/tvm/relay/transform/quantization/calibration_rewrite_utils.py

This file was deleted.