platform/upstream/tvm.git
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...
2019-04-01 Mr YouUpdate schedule_dataflow_rewrite.cc (#2934)
2019-03-31 Tianqi Chen[ARITH] Analyzer CanonicalSimplifier (#2891)
2019-03-31 Andrew TullochFix vcvtph2ps codegen (#2925)
2019-03-30 Siva[FRONTEND][TENSORFLOW] bug fix for tensorflow official...
2019-03-30 Steven S. LyubomirskyOutdated renaming for flatten in ONNX converter (#2843)
2019-03-30 Siva[FRONTEND][ONNX] Some bug fixes and Shape operator...
2019-03-30 Yutetsu TAKATSUKASAConsistent result of DetectLinearEquation() when an...
2019-03-30 masahi[Relay, OpFusion] Fix handling TupleGetItem for nested...
2019-03-30 Siyuan FengFix intersect of modular set (#2904)
2019-03-30 Tianqi Chen[AUTOTVM] Refactor measure build func (#2927)
2019-03-30 Haichen Shen[Tutorial] Cache the test data in tutorial (#2923)
2019-03-30 Tianqi ChenRevert "[Relay] add test for second order ad (#2754...
2019-03-30 雾雨魔理沙[Relay] add test for second order ad (#2754)
2019-03-29 Andrew TullochTVM debugresult dump to Chrome Tracing (#2922)
2019-03-29 Wuwei Lin[Relay, TOPI] Deformable conv2d (#2908)
2019-03-29 masahi[Relay] Add support for TupleGetItem in op fusion ...
2019-03-29 Hao Jinadd support for mxnet smooth_l1 (#2905)
2019-03-29 Mark RogersUnified error handling in NNVM and Relay frontends...
2019-03-29 Haichen Shen[TEST] Cache test data (#2921)
2019-03-28 Yao WangTurn on USE_SORT by default (#2916)
2019-03-27 雾雨魔理沙[Relay] clean up hd, change tl (#2917)
2019-03-27 Nick Hynes[Relay] Allow converting keras.layers.Sequential (...
2019-03-27 Tianqi Chen[COMMUNITY] ASF mentors (#2906)
2019-03-27 Andrew TullochAllow linking against MKLML (#2902)
2019-03-26 Tianqi Chen[DOCKER] Upgrade ci-cpu to latest v0.50 (#2901)
2019-03-26 Marcus Shawcroft[TESTS] Import script robustness (set -u) (#2896)
2019-03-26 Zhao Wu[Relay] Fix Relay ARM CPU depthwise spatial pack schedu...
2019-03-26 hlu1winograd_nnpack (#2721)
2019-03-25 Nick Hynes[Relay] Fix name of bias in testing.mlp (#2892)
2019-03-25 Marcus Shawcroft[TESTS] Improve script robustness (#2893)
2019-03-25 Jhony GuanAdd dense schedules to __init__ for cpu (#2855)
2019-03-25 XiaolongMengfix prelu, now can use on 2d input and add one test...
2019-03-25 Luis Vega[Apps] [howto_deploy] fix cxx-flags order and build...
2019-03-24 Wuwei Lin[Relay][Op] Add group conv2d dispatch to topi function...
2019-03-24 Nick HynesUse version invariant rustfmt (#2886)
2019-03-24 GemfieldEnhance upsample operator to adapt onnx opset version...
2019-03-24 Zhi[RELAY][Frontend][TF] decompile tf control flow (#2830)
2019-03-23 雾雨魔理沙do (#2883)
2019-03-23 Sergei Grechanik[ARITH] RewriteSimplifier: improved cmp simplification...
2019-03-23 kparzyszFix setting up hints for getaddrinfo (#2872)
next