- 27 Dec, 2019 1 commit
-
-
Animesh Jain committed
-
- 26 Dec, 2019 7 commits
-
-
Animesh Jain committed
-
deepIgnorance committed
-
* [AutoTVM][TOPI] NHWC conv2d templates (spatial pack) for ARM As some frontends (tflite for example) are using NHWC as the default layout, we are enabling NHWC schedule templates in TOPI and AutoTVM. * some comments fix
黎明灰烬 committed -
Zhao Wu committed
-
masahi committed
-
Wang Yucheng committed
-
* [NEWS] add v0.6 release * remove link prefix * fix issue number
Yizhi Liu committed
-
- 25 Dec, 2019 2 commits
-
-
* fix python exception creation in Windows * better string conversion for msvc * fix cpp style issue
kice committed -
Before the unified object protocol, we support pass additional extension objects around by declaring a type as an extension type. The old extension mechanism requires the types to register their constructor and deleter to a VTable and does not enjoy the benefit of the self-contained deletion property of the new Object system. This PR upgrades the extension example to make use of the new object system and removed the old Extension VTable. Note that the register_extension funtion in the python side continues to work when the passed argument does not require explicit container copy/deletion, which covers the current usecases of the extension mechanism.
Tianqi Chen committed
-
- 24 Dec, 2019 3 commits
-
-
This PR cleans up the left over code for legacy verilog support which was experimental. The new hardware backend path is now support by VTA via TSIM.
Tianqi Chen committed -
Bohan Hou committed
-
* Added tvm function stencil for subpixel operations to topi. * Topi subpixel operators added and tested. * Added subpixel attrs. * Added depth_to_space relay attributes. * depth_to_space fully working. * Fixed NHWC shape bug. * SpaceToDepth in and all tests passing. * lint fixes. * Added string include * Fixed topi formatting. * Added DCR/CDR mode to depthtospace operator.
Josh Fromm committed
-
- 23 Dec, 2019 6 commits
-
-
* Remove NNVM compiler
Tianqi Chen committed -
Dmitri Makarov committed
-
masahi committed
-
* [VTA][Chisel] End-to-end Inference with Chisel VTA * Update TensorAlu.scala
Liangfu Chen committed -
Tianqi Chen committed
-
* [Relay] add max_pool3d in relay and TF converter * fix comments
Yong Wu committed
-
- 22 Dec, 2019 6 commits
-
-
* [TEST] Remove nnvm related code in topi and test script * Remove docs dep
Tianqi Chen committed -
Neo Chien committed
-
Zhao Wu committed
-
dtype.h -> runtime/data_type.h Changes: - Rename all old reference of tvm::Type to DataType - ExprNode.type -> ExprNode.dtype - Expr.type() -> Expr.dtype() - Change Expr related functions to expr_operator. - DataType::min() -> min_value(DataType) - DataType::max() -> max_value(DataType) - Move type constructor Int, UInt, Float, Handle, Bool into DataType. - Int(bits) -> DataType::Int(bits) - UInt(bits) -> DataType::UInt(bits)
Tianqi Chen committed -
Tianqi Chen committed
-
Siyuan Feng committed
-
- 21 Dec, 2019 1 commit
-
-
* [VTA] improved virtual memory mapping * Update virtual_memory.cc
Liangfu Chen committed
-
- 20 Dec, 2019 4 commits
-
-
Tianqi Chen committed
-
Zhi committed
-
* [PYTHON][FFI] Cythonize NDArray.copyto * Cythonize the shape property
Tianqi Chen committed -
* [DOCS] Mention Ninja build system in install/from_source.rst * Address comments
Hideto Ueno committed
-
- 18 Dec, 2019 6 commits
-
-
One of the loops in hybrid_nms used for performing the max_output_size reordering was incorrectly designated as parallel resulting in incorrect behaviour. This patch changes that loop to a serial loop. Change-Id: I97184f5887f5f028d8ab339fa2808eb7630a4017
mbarrett97 committed -
Haichen Shen committed
-
* Add Expand to onnx.py * add test function for expand * Fix a onnx frontend test * Add tests for the value itself instead of shape only on test_expand * Cleaned up some unnecessary modifications.
Takato Yamada committed -
Alex Gladkov committed
-
* Update legacy places from nnvm to relay. This PR prepares the current mainline to remove nnvm compiler dep. * remove legacy stage
Tianqi Chen committed -
Zhi committed
-
- 17 Dec, 2019 1 commit
-
-
Change-Id: If2075df5475505f2da87dae7145af5a7ab83d8a4
lhutton1 committed
-
- 16 Dec, 2019 3 commits
-
-
Liangfu Chen committed
-
masahi committed
-
Cody Yu committed
-