platform/upstream/tvm.git
2019-05-01 lixiaoquan[Relay][Tensorflow] Allow an op as loop var. (#3056)
2019-05-01 Zhi[RELAY][FUSION] Enhance fusion rule that starts from...
2019-05-01 Haichen Shen[Bugfix] Fix type code error for StringImm (#3050)
2019-04-30 RahulFixing a doc nit (#3123)
2019-04-29 Jared RoeschFix bug in ONNX importer (#3084)
2019-04-29 Leyuan Wang[Relay][TOPI] Gluncv SSD support on the GPU (#2784)
2019-04-29 Yizhi Liu[Lang] Fix undef BijectiveLayout and add scalar layout...
2019-04-29 Gemfieldporting new upsample test case from nnvm to relay ...
2019-04-29 masahi[Relay, OpFusion] Better tuple fusion implementation...
2019-04-28 Tianqi Chen[LINT] recover lint error, add asf header check (#3117)
2019-04-28 Tianqi Chen[CI] Add file type check (#3116)
2019-04-28 Wuwei Lin[TOPI] Fix group_conv2d unit test (#3113)
2019-04-28 MaxXingfixed some typos (#3112)
2019-04-27 Pedro LarroyCheck that the node is not null, add contains to OpMap...
2019-04-27 Meghan Cowan[TOPI] Bitserial dense operators for CPU (#3051)
2019-04-27 Bing Xu[ROCM] Fix conv2d (#3107)
2019-04-27 Ruizhe Zhao... Fixed issue #3069 by checking op tag (#3070)
2019-04-26 Salem Derisavi1) fixed a functional bug in loop partitioning algorith...
2019-04-26 Salem Derisavi[TVM][ARITH] Teach BoundDeduce to handle the case in...
2019-04-26 Wuwei Lin[Relay, Quantization, TOPI] int8 dense on CUDA & Dense...
2019-04-26 Tianqi Chen[COMMUNITY] @vinx13 -> committer (#3100)
2019-04-26 Siva[TEST][FLAKY] fix for #3099 (#3101)
2019-04-26 lixiaoquan[Relay][TensorFlow] Remove 'input_0d_mismatch' special...
2019-04-25 Logan WeberAdd VSCode directories to gitignore (#3095)
2019-04-25 Hiroyuki Makino[Relay][TOPI] Add rsqrt operator (#2949)
2019-04-25 Josh Pollock[Relay][Text Format] Fix Pretty Printing Annotations...
2019-04-25 Liang-Chi HsiehUse bridge network and expose port on macOS when launch...
2019-04-25 eqycheck in (#3089)
2019-04-24 OuHangKresnikFix UnboundLocalError: local variable 'tensor' referenc...
2019-04-23 GemfieldEnhance upsample operator to adapt onnx opset version...
2019-04-22 Bing Xu[Relay] fix target string (#3071)
2019-04-22 Liang-Chi HsiehFix code comment and typos. (#3063)
2019-04-21 Yong Wu[Frontend][TF] Fix Placeholder issue (#2834)
2019-04-20 Lianmin Zheng[TOPI] Rename output tensors for better readability...
2019-04-20 hlu1[Bugfix] Fix winograd nnpack fp16 (#3046)
2019-04-19 masahifix PostOrderVisit signature (#3048)
2019-04-19 lixiaoquan[RELAY] Avoid unnecessarily reconstructing FunctionNode...
2019-04-19 Yong Wu[Relay][Frontend] TF Tile Round Sign Pow Exp Reverse...
2019-04-18 SijuBugfix for path issues (#3038)
2019-04-18 Balint CristianAdditional fix for PR#2972 (#3044)
2019-04-17 雾雨魔理沙[Relay] Add printing for ADT Type (#3030)
2019-04-17 Yinghai LuImplement relay nn.bias_add compute in C++ (#3027)
2019-04-17 Balint CristianSupport Deriving channels when it is not provided in...
2019-04-17 雾雨魔理沙[Relay] Fix Fuse (#3035)
2019-04-17 Pedro LarroyUpdate dmlc-core, fix default ctors of NodeEntry ...
2019-04-16 Steven S. LyubomirskyEnsure interpreted functions can take values that are...
2019-04-16 hlu1Add caffe2 nnvm frontend to CI (#3018)
2019-04-16 雾雨魔理沙Update expr.h (#3031)
2019-04-16 Alexander PivovarovSimplify TF get_output_names (#3025)
2019-04-16 雾雨魔理沙[Relay] Fix BatchMatMulRel typerelation (#3032)
2019-04-16 Sergei Grechanik[ARITH] Fix x||!x for comparisons in rewrite simplifier...
2019-04-16 tkat0[DOC] Add Android Tutorial (#2977)
2019-04-15 Logan Weber[Relay] Add compiler pass tutorial docs (#2746)
2019-04-15 雾雨魔理沙[Relay] use unordered_map instead of map in ANF (#3024)
2019-04-15 Ehsan M. Kermani[RUST][FRONTEND] Fix resnet example (#3000)
2019-04-13 Tianqi Chen[COMMUNITY] @hlu1 -> Reviewer (#3021)
2019-04-13 MORINAGA[Heterogeneous][Bugfix] Fix bug of wrongly generated...
2019-04-13 Josh Pollock[Relay][Text Format] Pretty Printer Smart Inlining...
2019-04-13 hlu1[Bugfix] Fix caffe2 nnvm frontend (#2996)
2019-04-12 Bing Xu[Relay] C++ GraphRuntimeCodegen, Deprecate Python2...
2019-04-12 Logan Weber[Relay] Add gradient operator tutorial docs (#2751)
2019-04-12 eqy[NIT] fix relay invariant error message (#3011)
2019-04-12 Ce Gao[AutoTVM] Fix typos (#3014)
2019-04-12 Alexey RomanovSupport SpaceToBatchND/BatchToSpaceND in Tensorflow...
2019-04-11 Lianmin Zheng[AutoTVM] fix argument type for curve feature (#3004)
2019-04-10 James Gilles[REFACTOR] Use more TypedPackedFuncs (#2981)
2019-04-10 Yizhi Liufix java checkstyle version (#2998)
2019-04-10 eqyadd output format to ndk build func (#2999)
2019-04-10 Philip Hyunsu ChoExpose backtrace symbols in Debug mode (#3001)
2019-04-09 雾雨魔理沙Update let_list.h (#2987)
2019-04-09 雾雨魔理沙add document (#2714)
2019-04-09 雾雨魔理沙[Relay] Add expr_visitor, fix expr_functor exponential...
2019-04-09 Wuwei Lin[Relay] InferCorrectLayout for strided_slice & min_num_...
2019-04-08 Jared Roesch[Relay][RFC][Fix] Rename RelayPrint to AsText (#2984)
2019-04-08 Tianqi Chen[HEADER] Add Header to Comply with ASF Release Policy...
2019-04-07 Nick HynesRustify PackedFunc & Friends (#2969)
2019-04-05 eqy[WIP][AUTOTVM][TOPI] Port x86 NCHWc to AutoTVM for...
2019-04-05 hlu1[TVM][Bugfix] Fix missing runtime:: (#2966)
2019-04-05 Yizhi Liu[tvm4j] provide error msg for failure function call...
2019-04-04 Tianqi Chen[REFACTOR] Remove stale verilog generator (#2964)
2019-04-04 Yuta HinokumaRemoved std::unary_function because it is deprecated...
2019-04-04 Meghan Cowan[TOPI] bitserial_conv2d move to autotvm template and...
2019-04-04 Junru Shaofix undefined reference to dlopen, etc (#2957)
2019-04-03 Ehsan M. Kermani[RUST] Remove empty ty.rs (#2958)
2019-04-03 Sunwoong Joo[Relay][Frontend] Adding ADD operator to tflite fronten...
2019-04-03 Yong Wu[Relay][Frontend] Support tf.where (#2936)
2019-04-03 Marcus Shawcroft[RUNTIME][OPENCL] Make OpenCL runtime Compatible with...
2019-04-03 Yong Wu[Relay][Frontend] Support TF Gather (#2935)
2019-04-03 Nick Hynes[Rust] Unify types between bindings and pure Rust impl...
2019-04-02 Haichen Shen[Relay][OP] Fix bias_add default axis (#2829)
2019-04-02 Leyuan Wang[Bugfix] Bilinear resize bug fix from PR #2777 (#2857)
2019-04-02 Marcus ShawcroftAdd missing #!/bin/bash directive. (#2951)
2019-04-02 Leyuan Wang[Relay][OP] Gather_nd exposed to relay (#2945)
2019-04-02 Balint CristianFix makedirs() condition in contrib. (#2942)
2019-04-01 Wuwei Lin[Relay, Quantization] Quantize all fields of concatenat...
2019-04-01 Haichen Shen[Relay/TOPI][OP] Add clip and wrap mode support in...
2019-04-01 lixiaoquan[Relay] Add foldr1 (#2928)
2019-04-01 MORITA Kazutaka[DOCKER][FRONTEND] Run DarkNet tests (#2673)
2019-04-01 Alexander PivovarovFix PRC typo (#2939)
2019-04-01 Tianqi Chen[TEXPR][PASS] Fix thread all reduce to avoid write...
next