Files
apache--tvm/python
AndrewZhaoLuo 5e4e2393e2 [QNN] Lookup operations for hard to implement operators (#10053)
* initial tanh impl

* smalls error

* support uint and int lookup into tables

* reinterpret cast, working tanh tests

* refactor relay func creation

* basic casting tests

* explicitly say do not handle multi-channel lookups

* add example funcs

* fix silent fail

* fix some bugs with floating point funcs not working

* add TODO

* add tood

* canonicalizations

* refactor integer lookup ops into own folder

* fq2i stuff

* clean up existing tests

* flesh out todo

* more tests

* test on keeping shape good

* lookup table fix

* replace canonicalization for rsqrt

* remove canonicalization of rsqrt

* add asf headers

* topi tests

* gather supports unsigned integer tests

* fix things

* move to legalization

* jostle ci

* linting

* use take instead of gather

* remove gather changes

* undo changes

* undo changes

* undo changes

* move thing in range

* initial tanh impl

* smalls error

* support uint and int lookup into tables

* reinterpret cast, working tanh tests

* refactor relay func creation

* basic casting tests

* explicitly say do not handle multi-channel lookups

* add example funcs

* fix silent fail

* fix some bugs with floating point funcs not working

* add TODO

* add tood

* canonicalizations

* refactor integer lookup ops into own folder

* fq2i stuff

* clean up existing tests

* flesh out todo

* more tests

* test on keeping shape good

* lookup table fix

* replace canonicalization for rsqrt

* remove canonicalization of rsqrt

* add asf headers

* gather supports unsigned integer tests

* fix things

* move to legalization

* jostle ci

* linting

* use take instead of gather

* remove gather changes

* undo changes

* undo changes

* undo changes

* move thing in range

* lint

* remove unneeded line

* jostle

Co-authored-by: andrewzhaoluo (generated by with_the_same_user script) <andrewzhaoluo@system76-pc.localdomain>
2022-02-09 10:54:54 -08:00
..