- 04 Sep, 2019 2 commits
-
-
* [TENSORFLOW] Convert scalar Const into tvm.relay.const * use _get_num_param() and _get_list_param()
lixiaoquan committed -
* test_darkent_bug * test_darkent * add resnext tests
youluexx committed
-
- 03 Sep, 2019 1 commit
-
-
Neo Chien committed
-
- 01 Sep, 2019 2 commits
- 31 Aug, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 29 Aug, 2019 1 commit
-
-
* [TensorFlow] Fix limitation that depth_mult can only be 1 for DepthwiseConv2dNative * Improve code readability
lixiaoquan committed
-
- 28 Aug, 2019 2 commits
- 24 Aug, 2019 1 commit
-
-
Neo Chien committed
-
- 22 Aug, 2019 2 commits
-
-
* Add one-hot to Relay * topi implementation * Working * add topi test * Add TF test * Fix check * fix linting issues * fix documentation * Fix documentation * Add support for on_value, off_value, axis, dtype * Add full support for axis * Fix compute and update test_forward * Move on_value and off_value to inputs * Add topi test * Update tests * Update docs * Fix style * re-enable tests * Add one_hot to mxnet converter
Jon Soifer committed -
Josh Fromm committed
-
- 19 Aug, 2019 3 commits
-
-
Zhao Wu committed
-
* transpose implementation for tflite.py * add TRANSPOSE to convert_map * Fix Unexpected keyword argument 'axis' in function call * add test for transpose oprator * Add the parameter 'axes' handling * add test for transpose oprator * solve conflict within CONTRIBUTORS.md * Improve the if condition for empty tuple * Add one unit test to cover empty tuple * solve conflict within CONTRIBUTORS.md
Neo Chien committed -
[CoreML] Solve CoreML frontend issue of image scaler and padding so that Mobilenet mlmodel can work correctly. (#3800)
Zhao Wu committed
-
- 15 Aug, 2019 1 commit
-
-
* [Relay][Frontend][ONNX] Add Sign and Equal operators to ONNX frontend * Dummy change to retrigger integration test
Jon Soifer committed
-
- 14 Aug, 2019 1 commit
-
-
* Support BatchMatMul with shapes greater than length 3 * Fixes * Add tests * Remove dependency on Python3 * Clean up * Merge with master * Resolve comments
Jon Soifer committed
-
- 13 Aug, 2019 1 commit
-
-
* Added relay and topi mirror_pad operator. * Added mirror_padding to tensorflow frontend. * Added mirrorpad testing in tensorflow frontent. * Added space_to_depth in tf frontend. * Added tests for spacetodepth. * spacetodepth bug fix. * Lint fix * Added mirror pad python attrs. * Pad code formatting. * Syntax improvement * Hopefully last lint fix
Josh Fromm committed
-
- 07 Aug, 2019 2 commits
-
-
* Add LayerNorm op * update * fix * Add mean_std and mean_variance * add std and update doc * add license * x * lint * x * fix * fix doc
Haichen Shen committed -
* Fix mxnet converter for hybrid block * tweak * fix rebase * fix * add test
Haichen Shen committed
-
- 06 Aug, 2019 1 commit
-
-
* clean up tf frontend * fix get_relay_op
Zhi committed
-
- 02 Aug, 2019 1 commit
-
-
Neo Chien committed
-
- 01 Aug, 2019 2 commits
-
-
The patch adds support for Tensorflow operators log1p and cos Tensorflow log1p is described at https://www.tensorflow.org/api_docs/python/tf/math/log1p Tensorflow cos is described at https://www.tensorflow.org/api_docs/python/tf/math/cos Tensorflow sin is described at https://www.tensorflow.org/api_docs/python/tf/math/sin
alexgl-github committed -
Fix typo names in caffe2 and onnx frontend: * sotrage_order -> storage_order * OpNotInplemented -> OpNotImplemented
Yifan Xiong committed
-
- 27 Jul, 2019 1 commit
-
-
Yong Wu committed
-
- 26 Jul, 2019 2 commits
-
-
YPBlib committed
-
Enhance test to cover this case
lixiaoquan committed
-
- 25 Jul, 2019 1 commit
-
-
Yong Wu committed
-
- 22 Jul, 2019 1 commit
-
-
* [RFC] Initial support for Tflite operator SPLIT This patch adds initial support for the tflite operator split. However I am not yet sure how to handle the axis parameter for the split operator and support it in the test infrastructure. Putting this up for an initial review and comment. The split operator in tflite according to https://www.tensorflow.org/lite/guide/ops_compatibility appears to take num_or_size_split as a 0D tensor. I also note that tflite.split is one of the few operators that returns multiple outputs and thus the helper routines in the tests needed some massaging to make this work. @apivarov , could you please review this ? Thanks, Ramana * Fix the axis parameter Add more tests * Address review comments * Try out frozen_gene's suggestion * Handle split of 1 element * int32 is only supported in tflite 1.14, let's check that version here. * Keep this at python3.5 * Add packaging as a python package to be installed
Ramana Radhakrishnan committed
-
- 19 Jul, 2019 1 commit
-
-
Yong Wu committed
-
- 16 Jul, 2019 1 commit
-
-
zhengdi committed
-
- 10 Jul, 2019 2 commits
-
-
tristan-arm committed
-
* Implement type checking for Any Remove code generation related changes Remove compile changes Remove more Remove unification hack Add some code back that was needed, and clean up test Refactor test cases WIP Implement TypeHint AST Add test case which should fail Remove unification changes, and fix bug with let rec Restore unification for shapes Improve error reporting while debugging All examples type check All examples type check WIP First version that works with hints, needs clean up Remove dead code Tweaks Remove type hint Remove unecessary type hint stuff Remove more type hints Clean up Expose Any expression node Address CR Fix Fix solver Kill unecessary code Fix PyLint Fix Relocate loops Fix license and test Lint again Lint again Fix loops Fix docstring Fix template error Fix compiler issue Fix compile err Remove more runtime changes Restore buffer Fix segfault Fix Fix arange * Address feedback * Fix typo * Fix arange * Fix op level3 * Fix issue with Python wrapper
Jared Roesch committed
-
- 06 Jul, 2019 1 commit
-
-
* [relay][frontend] Return Module from get_workload * pass entry_func to autotvm * disable tune * add property to module * mod.entry_func to main * .main -> mod["main"] * fix
Zhi committed
-
- 02 Jul, 2019 1 commit
-
-
Zhi committed
-
- 28 Jun, 2019 1 commit
-
-
* Add sequence_mask use exactly the same arguments as mxnet fix * fix lint * fix lint * add mxnet conversion + relay * update * update doc * fix pylint * fix doc * address comment * try to address comments * try to enable shape check for valid_length * fix * try to fix * fix bug * try to fix * address comment * address comment
Xingjian Shi committed
-
- 27 Jun, 2019 1 commit
-
-
ttyang1018 committed
-
- 25 Jun, 2019 1 commit
-
-
Yong Wu committed
-
- 24 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 23 Jun, 2019 1 commit
-
-
* Support bidirectional RNN layer * tweak * tweak
Haichen Shen committed
-