Qnn fully connected (#3910)
authorshoubhik <shoubhikbhatti@gmail.com>
Sun, 22 Sep 2019 22:55:35 +0000 (15:55 -0700)
committerZhi <5145158+zhiics@users.noreply.github.com>
Sun, 22 Sep 2019 22:55:35 +0000 (15:55 -0700)
commit43f54a58b3a4395b906c775883d70726ab2f7e46
tree4887f3c74b70fc3515b1eb151e3f14286fd5f073
parent16d4da4d61427b292fbc2f8de8c14472b9f36e31
Qnn fully connected (#3910)

* Qnn Dense layer.

* Reformatting code.

* Reformatting code and making the test case more readable.

* Fixing lint issues.

* Fixing test method names to pass the nose related configurations.

* Aligning the code for code style.
include/tvm/relay/qnn/attrs.h
python/tvm/relay/qnn/op/qnn.py
python/tvm/relay/qnn/transform.py
src/relay/op/nn/convolution.h
src/relay/pass/pattern_util.h
src/relay/qnn/op/convolution.cc
src/relay/qnn/op/dense.cc [new file with mode: 0644]
tests/python/relay/test_op_qnn_conv2d.py
tests/python/relay/test_qnn_dense.py [new file with mode: 0644]