* Support TFLite FP32 Relay frontend.
* Fix lint issue
* Remove unnecessary variables and packages
* Add method doc string
* Fix capital letter of method doc string
* Add TFLite FP32 Relay frontend based on latest code
* Merge the latest code
* Solve cython issue with relay type inference
* Modify code based on suggestions
* on the way to enable hybrid schedule
* I think I am done with imperfect loop split?
* copyright watermark
* loop annotation
* fix lint
* fix lint 1
* shit!
* loop reorder supported
* support bind to add some tests
* fused tested
* imperfect loop testcase
* fix lint
* add bind testcase
* fix doc
* fix online edit typo
* resolve @mercymercy review
* fix indent
* i should convince myself it is not flaky test first
* fix test hybrid
* how many flaky test are you expecting; i ball ball u to let me pass
* rebase halide...
* init
staging on
final save before staging
save
init ver
init ver
ll stuff
save
add failing test
add file
pass test
fix error
huh?
save
Add test changes
Fix fusion with nested tuples
Fix reverse mode test
More hacking
Clean up AD
Hacking on reverse mode
Fix issue in reverse
save
fix lint
fix lint
fix lint
save
save
fix
support neg
address some comment
add back file
save
save
* save
* save
* save
* lint
* fix lint
* save
* fix
* Add support for passing arguments by args and kwargs when using executor
* Fix linting
* Update comment, and add arity checking
* Small tweak to error message
Add trace call expr to allow trace Tensor data
at the runtime. By default the default handler
is enabled which prints a tracing data to stdout,
otherwise user should specify a call_back as
global_function (aka @tvm.register_func).
The issue is related to:
https://discuss.tvm.ai/t/idea-trace-expression/945
* add ssd ops to mxnet.py
* add ssd ops to mxnet.py
* add result check for multibox and nms unit tests
* add result check for multibox and nms unit tests
* address @kevinthesun's comments
* Disable cuda test for nms for now.