* [CI] Apply linting rules to tf tests
* [CI] Apply linting rules to tflite tests
* [CI] Apply linting rules to coreml tests
* [CI] Apply linting rules to caffe tests
* [CI] Apply linting rules to caffe2 tests
* reformat by black
* reformat by black
* [CI] Apply linting rules to coreml tests
* [CI] Apply linting rules to darknet tests
* Update tests/python/frontend/coreml/test_forward.py
Co-authored-by: Sebastian Boblest <sebastian.boblest@etas.com>
* Update tests/python/frontend/tflite/test_forward.py
Co-authored-by: Sebastian Boblest <sebastian.boblest@etas.com>
* Update tests/python/frontend/coreml/test_forward.py
* Update tests/python/frontend/tflite/test_forward.py
* fix test errors
* fix ci test errors
* [CI] Apply linting rules to keras tests
* [CI] Apply linting rules to oneflow tests
* [CI] Apply linting rules to onnx tests
* replace with tvm.testing.main()
* fix conflict
* Update as @areusch suggest
* pylint pytorch/test_forward.py
* Update as @areusch suggest
* reformat by black
* fix redefined-outer-name lint errors
* remove rules
* remove rules & fix pylint errors
* Remove all unused_var and fix other pylint errors
* reformatted by black
* [CI] Apply linting rules to onnx tests
* Disable unused-argument is for some unused-argument in function can not be removed
* Fix ci errors
* reformatted by black
* Fix ci errors
* Fix invalid-name/unused-variable,redefined-builtin
* [CI] Apply linting rules to caffe tests
* [CI] Apply linting rules to darknet tests
* [CI] Apply linting rules to pytorch tests
* [CI] Apply linting rules to tflite tests
* reformat by black
* [Pylint] Making frontend tests pylint compliant Part 1 of N
* Fix ci errors
* Fix invalid-name pylint errors
* Fix invalid-name pylint errors
* Disabale temporarily
* Fix dangerous-default-value
* Fix typo errors
* Fix ci errors
* [CI] Apply linting rules to tensorflow tests
* Fix dangerous-default-value
* Fix ungrouped-imports
* [CI] Apply linting rules to tf tests
* [CI] Apply linting rules to tflite tests
* [CI] Apply linting rules to coreml tests
* [CI] Apply linting rules to caffe tests
* [CI] Apply linting rules to caffe2 tests
* reformat by black
* reformat by black
* [CI] Apply linting rules to coreml tests
* [CI] Apply linting rules to darknet tests
* Update tests/python/frontend/coreml/test_forward.py
Co-authored-by: Sebastian Boblest <sebastian.boblest@etas.com>
* Update tests/python/frontend/tflite/test_forward.py
Co-authored-by: Sebastian Boblest <sebastian.boblest@etas.com>
* Update tests/python/frontend/coreml/test_forward.py
* Update tests/python/frontend/tflite/test_forward.py
* fix test errors
* fix ci test errors
* [CI] Apply linting rules to keras tests
* [CI] Apply linting rules to oneflow tests
* [CI] Apply linting rules to onnx tests
* replace with tvm.testing.main()
* fix conflict
* Update as @areusch suggest
* pylint pytorch/test_forward.py
* Update as @areusch suggest
* reformat by black
* fix redefined-outer-name lint errors
* remove rules
* remove rules & fix pylint errors
* Remove all unused_var and fix other pylint errors
* reformatted by black
* [CI] Apply linting rules to onnx tests
* Disable unused-argument is for some unused-argument in function can not be removed
* Fix ci errors
* reformatted by black
* Fix ci errors
* Fix invalid-name/unused-variable,redefined-builtin
* [CI] Apply linting rules to caffe tests
* [CI] Apply linting rules to darknet tests
* [CI] Apply linting rules to pytorch tests
* [CI] Apply linting rules to tflite tests
* reformat by black
* [Pylint] Making frontend tests pylint compliant Part 1 of N
* Fix ci errors
* Fix invalid-name pylint errors
* Fix invalid-name pylint errors
* Disabale temporarily
* Fix dangerous-default-value
* Fix typo errors
* Fix ci errors
* [CI] Apply linting rules to tensorflow tests
* Fix dangerous-default-value
* Fix ungrouped-imports
* Fix boolean value of Tensor with more than one value is ambiguous
* Fix 'NoneType' object has no attribute 'shape'
* Fix boolean value of Tensor with more than one value is ambiguous
* reformatted by black
* [CI] Apply linting rules to caffe tests
* Fix dangerous-default-value
* Fix conflict & fix pylint error
* restore
Co-authored-by: Sebastian Boblest <sebastian.boblest@etas.com>
Co-authored-by: Andrew Reusch <areusch@gmail.com>
* Adds a script blocklint.sh that checks for non-inclusive words
* Updates the task_lint.sh script to call blocklint.sh
* Replaces the terms Master and Slave where possible
* Replaces the terms Blacklist and Whitelist
* [Caffe Frontend] adding Reduction op
* reformatting Reduction op test script
* reformatting Reduction test script
* [Caffe frontend] Reduction op
- adding more test cases; handling '0 < axis < num_axes - 1' case to give the result equivalent to Caffe framework
- skipping Relay multiplication if coeff is 1
Signed-off-by: zotanika <zotanika@gmail.com>
* linting test script
* linting
* [Caffe Frontend] Supporting multiple grouped(channel-wise) Deconv op
* Handling group > 1 cases, assuming group == output channels
* Decomposed into Relay split, transposed conv, and multi-leveled concatenation.
* Added some test cases.
Signed-off-by: zotanika <zotanika@gmail.com>
* [Caffe Frontend] supporting variable number of inputs for Eltwise
* extra handling of rest inputs for PROD, SUM, MAX operations
* extra testcases
Signed-off-by: zotanika <zotanika@gmail.com>
* formatting fix
* [Caffe Frontend] reverting codes related Reduction for splitting PR
* Revert "[Caffe Frontend] Supporting multiple grouped(channel-wise) Deconv op"
This reverts commit 43e25e552b790ce9a38fdbcfb3ddf2075c253e20.
* instant fix against docker format error
* instant fix against docker format error
* instant fix against docker format error
* [Caffe Frontend] supporting group > 1 cases for Deconv op
- Handling group > 1 cases, assuming group == output channels
- Simply decomposed into Relay split, conv2d_transposed, and multi-leveled concatenate ops
- Added some test cases
Signed-off-by: zotanika <zotanika@gmail.com>
* [Caffe Frontend] amending a test case for Deconv op
Signed-off-by: zotanika <zotanika@gmail.com>
* explicit importing tvm.testing
* changing split axis to 0, according to PR #9336
* [Caffe Frontend] adding Reduction op
* reformatting Reduction op test script
* reformatting Reduction test script
* [Caffe frontend] Reduction op
- adding more test cases; handling '0 < axis < num_axes - 1' case to give the result equivalent to Caffe framework
- skipping Relay multiplication if coeff is 1
Signed-off-by: zotanika <zotanika@gmail.com>
* linting test script
* linting
* typo fix
Co-authored-by: sunchul.jung <sunchul.jung@samsung.com>
* [Caffe Frontend] introduce caffe frontend for tvm.
* [Caffe Frontend] fix bugs for generating caption in tutorial.
* [Caffe Frontend] delete statement for python2 and modify the function name.
* [Caffe Frontend] change the directory which will hold the tmp files
when testing the caffe frondend.
* [Caffe Frontend] delete tutorial about caffe frontend.
* [Caffe Frontend] delete some print statements
Co-authored-by: fernchen <zifeng.cf@alibaba-inc.com>