Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #7

Merged
merged 427 commits into from
Mar 28, 2019
Merged

Update #7

merged 427 commits into from
Mar 28, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 24, 2019

  1. check in (#2484)

    eqy authored and tqchen committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    e30cbe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    911c3a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12aca82 View commit details
    Browse the repository at this point in the history
  4. 1) fixed constant folding for mod operation in CanonicalSimplify 2) a…

    …dded a unit test (#2487)
    derisavi authored and tqchen committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    859bda8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    6d6762f View commit details
    Browse the repository at this point in the history
  2. [TOPI] Fix uint8 resize_bilinear issue. (#2490)

    Signed-off-by: Zhebin Jin <zhebin.jzb@alibaba-inc.com>
    Rasterer authored and srkreddy1238 committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    4e57323 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02631f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    174c92a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f91c4 View commit details
    Browse the repository at this point in the history
  3. [Doc] TFLite frontend tutorial (#2508)

    * TFLite frontend tutorial
    
    * Modify as suggestion
    FrozenGene authored and yzhliu committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    1120655 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a30a22 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. [Relay][Frontend] CoreML Support (#2476)

    * [Relay][Frontend] Add CoreML Support
    
    * pip install six in CI
    
    * remove triggering nnvm coreml test
    
    * set opt_level=2 for nnvm coreml test case
    yzhliu authored and icemelon committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    881a78b View commit details
    Browse the repository at this point in the history
  2. [BugFix] SSD fully supported on GPUs, updated deploy_ssd tutorial (#2510

    )
    
    * nms fixed for gpu, tested on cuda and opencl devices, ssd now can run fully on the gpu
    
    * sort updated to use virtual thread
    
    * typo fixed
    
    * fix lint
    
    * fix lint
    
    * add support when batch_size > 1
    
    * intel graphics conv2d bugs fixed for inception_v3
    
    * intel conv2d api updated, nn input size 4 condition added
    
    * review addressed
    
    * move conv_tags to attributes
    
    * opencl ctx fixed
    
    * nms_ir index simplified
    Laurawly authored and masahi committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    48c16a1 View commit details
    Browse the repository at this point in the history
  3. Remove an obsolete comment (#2527)

    alexeyr authored and tqchen committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    cde1f76 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    ad8fc8c View commit details
    Browse the repository at this point in the history
  2. [TFLite][Python 2] Solve TFLite frontend python 2 compatibility and M…

    …odify TFLite whl files path (#2529)
    FrozenGene authored and tqchen committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    da972bd View commit details
    Browse the repository at this point in the history
  3. [OPT] Low-bit Quantization (#2116)

    * [QUANTIZE] Quantization implementation.
    
    * Update.
    
    * Update.
    
    * Update.
    
    * Update.
    ZihengJiang authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    741b6bb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Update rustc (#2524)

    nhynes authored and tqchen committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    b6ae3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63182e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d8ecb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3206719 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b805c69 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. [COMMUNITY] @FrozenGene -> Reviewer (#2544)

    * [COMMUNITY] @FrozenGene -> Reviewer
    
    * Fix
    ZihengJiang authored Feb 2, 2019
    Configuration menu
    Copy the full SHA
    7a18ed7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e012f81 View commit details
    Browse the repository at this point in the history
  3. [Relay][Frontend] Caffe2 Support (#2507)

    * [Relay][Frontend] Add Caffe2 Support
    
    * [Relay][Frontend] Add Caffe2 Support (fix unsed import)
    
    * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import)
    
    * [Relay][Frontend] Add Caffe2 Support (fix model install and reflect code reviews)
    
    * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import)
    
    * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import)
    
    * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import)
    
    * [Relay][Frontend] Add Caffe2 Support (fix caffe2 frontend import)
    
    * [Relay][Frontend] Add Caffe2 Support (rename function name in test_forward)
    
    * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import)
    
    * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import)
    
    * [Doc] Caffe2 frontend tutorial
    
    * [Doc] Caffe2 frontend tutorial
    
    * [Doc] Caffe2 frontend tutorial
    
    * [Relay][Frontend] Add Caffe2 Support (remove unsed file)
    makihiro authored and yzhliu committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    b3b3d28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18b2eba View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Configuration menu
    Copy the full SHA
    e2970b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0af5c2 View commit details
    Browse the repository at this point in the history
  3. print ast w/o metadata (#2533)

    zhiics authored and tqchen committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    0f2e432 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74b035a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b8ff8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a75b13 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. [Relay][OP] Add reverse_reshape (#2503)

    * Enable reverse in reshape
    
    * Fix lint and typo
    
    * Put reverse_reshape into a separate op
    
    * Fix pylint
    icemelon authored and yzhliu committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    40f7682 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. [RELAY][FRONTEND] Tensorflow frontend. (#2216)

    * [RELAY][FRONTEND] Tensorflow frontend support.
    
    * 	* LSTM removed for a while.
    
    * 	* basic ops are good.
    
    * 	* nn wip
    
    * 	* wip
    
    * 	* python2.7 corrections.
    
    * * NN ops are good.
    
    * * e2e models working good
    
    * 	* all good except LSTM
    
    * 	* rebase, tutorials and CI trigger.
    
    * 	* CI errors.
    
    * 	* enable opt_level=3
    
    * 	* Docstrings cleanup. testing.tf utils moved to relay from nnvm.
    
    * 	* tutorials update.
    
    * 	* LSTM work good now.
    
    * 	* Rebase
    
    * 	* CI error
    
    * 	* enable PTB.
    
    * 	* rebase.
    
    * 	* tutorials
    
    * Update python/tvm/relay/frontend/tensorflow.py
    
    Co-Authored-By: srkreddy1238 <sivar.b@huawei.com>
    
    * 	* review comments.
    
    * 	CI fix.
    
    * 	* review comments.
    srkreddy1238 authored and yzhliu committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    2f859d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    7c12495 View commit details
    Browse the repository at this point in the history
  2. [Golang] bugfix #2517 (#2558)

    srkreddy1238 authored and tqchen committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    389fbb5 View commit details
    Browse the repository at this point in the history
  3. [TVM][BUGFIX] Fix missing reduction init predicates (#2495)

    * [TVM][BUGFIX] Fix reductions in split axes
    
    * A test case for the problem
    
    * Fix the fix: skip loops that are related to reduction AND are unrelated to axis
    sgrechanik-h authored and ZihengJiang committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    f0ae8e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    4b74367 View commit details
    Browse the repository at this point in the history
  2. Update plan_memory.cc (#2574)

    MarisaKirisame authored and tqchen committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    390b744 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Optimize move semantics of NodeEntry reducing copies of shared_ptr wh…

    …ich causes atomic contention (#2576)
    larroy authored and tqchen committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    2da23bd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    f1782f3 View commit details
    Browse the repository at this point in the history
  2. Support TensorFlow saved model

    TF parser: return the consistent error message to error handler
    zhiics authored and yzhliu committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    916576c View commit details
    Browse the repository at this point in the history
  3. Get tags of saved model automatically

    Remove exception trail in tf parser error message
    
    Fix lint
    
    Fix comments
    yongwww authored and yzhliu committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    f347b52 View commit details
    Browse the repository at this point in the history
  4. [Team] @merrymercy -> PMC (#2578)

    yzhliu authored and tqchen committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    09ce162 View commit details
    Browse the repository at this point in the history
  5. Conda packages with cuda support (#2577)

    abergeron authored and tqchen committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    919bea8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. [IR] Update HalideIR (#2582)

    tqchen authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    89deaa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. [TUTORIAL] Fix downloaded file path (#2590)

    kazum authored and tqchen committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    77718f8 View commit details
    Browse the repository at this point in the history
  2. A couple of fixes for GEN (#2593)

    geexie authored and tqchen committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    ec3a425 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e6cba4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Fix typo (#2595)

    thanks @icemelon9, this is merged
    icemelon authored and eqy committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    ebcad89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129eb64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2a9fc View commit details
    Browse the repository at this point in the history
  4. [Hybrid script] Backend support (#2477)

    * a preliminary version is done?
    
    * we no longer need the redundant hybrid/api.py
    
    * support assert stmt
    
    * cast supported
    
    * intrin -> runtime; util is mainly in charge of compilation time
    
    * assert statement
    
    * fix python lint
    
    * fix cpp lint
    
    * on the way to module
    
    * rollback .cc
    
    * fix typo, no direct expose then
    
    * @vinx13 ceil is added i guess?
    
    * wip...
    
    * temp commit
    
    * fix import
    
    * i preliminary version is done?
    
    * on the way to build hybrid module
    
    * nearly fixed...
    
    * dumped python are equiv as original python
    
    * on the way to bootstrap
    
    * cpu bootstrap done
    
    * bootstrap!
    
    * fix lint
    
    * fix doc
    
    * resolve some review concerns
    
    * support load/save
    
    * fix lint
    
    * thanks to xqdan fixed my typo
    
    * fix build, make dump non-optional
    
    * add vthread
    
    * jesus why i added this
    were authored and Laurawly committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    c53dd10 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    6b0157b View commit details
    Browse the repository at this point in the history
  2. [TOPI][CUDA] Add faster-rcnn proposal op (#2420)

    * [TOPI][CUDA] Add faster-rcnn proposal op
    
    * Fix doc
    
    * Add global barrier
    
    * Use vthread in argsort
    
    * Update sort and nms ir
    
    * Fix lint
    
    * Update sort ir in ssd nms
    vinx13 authored and masahi committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    d20646c View commit details
    Browse the repository at this point in the history
  3. [TVM][Bugfix] fix storage_rewrite bug when input is big (#2580)

    * fix storage_rewrite bug when input is big
    
    * cast when necessary
    
    * simplification
    
    * simplification
    
    * int64->uint32
    
    * revert uint32->int64
    zhiics authored and yzhliu committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    326fff5 View commit details
    Browse the repository at this point in the history
  4. [DOCS] update titles to reflect tutorial content (nnvm vs. relay) (#2597

    )
    
    * update titles to reflect tutorial content (nnvm vs. relay)
    
    * move things around
    
    * fix typo
    eqy authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    895ef97 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. [Relay] Reference (#2489)

    * move
    
    fix test
    
    fix lint
    
    fix test
    
    add more code
    
    fix lint
    
    better type infer ability
    
    * fix build
    
    * address comment
    MarisaKirisame authored and ZihengJiang committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    d05fed2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Version 0.5 (#2604)

    * Version 0.5
    
    * update version.py
    
    * update news
    
    * update news
    
    * update news
    ZihengJiang authored Feb 16, 2019
    Configuration menu
    Copy the full SHA
    18c36ab View commit details
    Browse the repository at this point in the history
  2. fix get layout in to_relay (#2610)

    yzhliu authored and tqchen committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    c716542 View commit details
    Browse the repository at this point in the history
  3. [Relay] Algebraic data types (#2442)

    * First pass on ADTs
    
    * Add doc string for tag field
    
    * Visit constructors in TypeVisitor for TypeData
    
    * Add to description of type call
    
    * Add type call to type solving and unification
    
    * Make type mutator for typecall consistent with others (only create new node if there's a change)
    
    * Ensure kindchecking can handle type calls and typedata
    
    * Fix bad nesting in module constructor
    
    * Correctly construct call in typecall test
    
    * Add call override for ordinary vars (do we want this?)
    
    * Remove generalization hack from type inference because it was breaking ADT constructors
    
    * Check that there are no free type vars in exprs after inferring type
    
    * Free var checks need module because of ADT constructors
    
    * Typecall test can't have unbound type var, make it global
    
    * Uncomment tmap test and remove comments about failing to infer ret type; those work now
    
    * Put in dummy visits for ADTs in graph runtime codegen to placate pylint
    
    * Fix Relay type infer test module constructor
    
    * Mark override for TypeCallNode in type solver
    
    * Ensure free vars check treats patern vars as bound
    
    * Run interpreter in more ADT test cases
    
    * Refactor kind check to return the kind, like typechecking
    
    * Fix invalid typecall in test
    
    * Add kind check to type inference, do not use nulls in func_type_annotation()!
    
    * Redundant whitespace
    
    * Make TypeData a separate kind
    
    * Make ADT handles a separate kind too, document calling convention better
    
    * Remove nats and tree from prelude, move to test, document prelude
    
    * Restore and document nat and tree to prelude, add more tree tests
    
    * Add alpha equality tests for match cases, fix variable binding bug
    
    * Add more kind check tests for ADTs
    
    * Add more tests for finding free or bound vars in match exprs
    
    * Add unification tests for type call
    
    * Update main() for alpha equality tests
    
    * Add simple type inference test cases for match exprs and ADT constructors
    
    * Add more ADT interpreter tests
    
    * Allow incomplete types when typechecking match cases
    
    * Type inference for pattern vars should use the type annotation if it's there
    
    * Two more specific test cases for ADT matching
    
    * Add option ADT to prelude
    
    * Fix broken reference to kind enum
    
    * Fix rebase snags
    
    * Do not attach checked types to constructors
    
    * More docstrings for module fields
    
    * Use proper wrapper for indexing into module type data
    
    * checked_type for constructors is not populated
    
    * Expand type call docstring
    
    * Rename PatternConstructor con field
    
    * Use error reporter for pattern constructor case
    
    * Condense error reporting in kind check, use error reporter
    
    * Expand docstrings and rename ADT fields
    
    * Rename 'option' ADT to 'optional' for consistency with Python
    
    * Add various list iterators and utility functions to prelude
    
    * Add smoke tests for new iterators in prelude
    
    * Add concat to prelude
    
    * Add smoke test for concat
    
    * Correct docstrings in prelude
    
    * Ensure that type defs are written in module initialization
    
    * Various requested renamings
    
    * Correct rebase snags
    
    * Add kind check tests for ref types
    
    * Update the main() for kind checking tests
    slyubomirsky authored and ZihengJiang committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    2ae3124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66cd036 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. [RELAY][DOCS] Port from_mxnet tutorial to relay (#2608)

    * check in
    
    * update build and run
    eqy authored and yzhliu committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    231bac2 View commit details
    Browse the repository at this point in the history
  2. [RELAY][TOPI] alter_op_layout for x86 (#2602)

    * alter_op_layout for x86
    
    * cleanup
    
    * cleanup
    
    * fix lint
    
    * fix lint
    
    * fix lint
    
    * fix lint
    
    * change support level
    
    * change other support levels
    eqy authored and yzhliu committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    cdf8dff View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. [Bugfix] Nms_ir data_race solved (#2600)

    * nms data race solved
    
    * tst_topi_vision reference results are gonna be updated in PR #2353
    
    * proposal nms_ir updated
    Laurawly authored and masahi committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    fef7282 View commit details
    Browse the repository at this point in the history
  2. Fix the FInplaceIdentity (#2572)

    ptrendx authored and tqchen committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    8518c7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7390d1 View commit details
    Browse the repository at this point in the history
  4. Fix issue mutating if expressions (#2601)

    jroesch authored and tqchen committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    f6be4d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    255c187 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. [TVM][LANG] Add eager simplification for operations with FloatImm (#2615

    )
    
    * Add eager simplication for FloatImm
    
    * fix
    
    * fix lint
    
    * Fix gcc warning
    
    * fix
    
    * Add test case
    icemelon authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    c59a78e View commit details
    Browse the repository at this point in the history
  2. remove batch_norm_inference (#2626)

    headupinclouds authored and tqchen committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    80f8e98 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. [RELAY][OP] ROI Align (#2618)

    vinx13 authored and masahi committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    8b1d07f View commit details
    Browse the repository at this point in the history
  2. [RELAY] Stop_fusion annotation (#2624)

    vinx13 authored and tqchen committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    f23a7a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e270aa View commit details
    Browse the repository at this point in the history
  4. Update task_python_vta.sh

    tqchen authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    0813262 View commit details
    Browse the repository at this point in the history
  5. [Bugfix] Missing #include <sstream> (#2629)

    Thanks @hlu1 and @tqchen, this is now merged.
    hlu1 authored and Laurawly committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    9e53b3d View commit details
    Browse the repository at this point in the history
  6. [autotvm] fix #2617 (#2619)

    antinucleon authored and eqy committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    27843a9 View commit details
    Browse the repository at this point in the history
  7. [RELAY][PASS] add a relay pass to count #macs of a model (#2609)

    * add a relay pass to count #macs of a model
    
    * remove unnecessary includes
    
    * fix end-of-file issues
    
    * address review comments
    
    * remove test resnet
    
    * address more review comments
    
    * use data layout string to locate the input channel
    
    * fix bug in conv 2d output tensor checking
    
    * C must exist
    yidawang authored and yzhliu committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    615fd69 View commit details
    Browse the repository at this point in the history
  8. check in (#2627)

    eqy authored and yzhliu committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    c3d9631 View commit details
    Browse the repository at this point in the history
  9. Add test case for expr_functor.py (#2632)

    jroesch authored and tqchen committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    cc2b676 View commit details
    Browse the repository at this point in the history
  10. [Tutorial][Frontend] move from_keras tutorial to frontend (#2479)

    * [Tutorial][Frontend] move from_keras tutorial to frontend
    
    * remove tutorial/nnvm/from_keras.py
    Huyuwei authored and tqchen committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    aaad5f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79abd2c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    81334be View commit details
    Browse the repository at this point in the history
  2. Fix pylint 2.2.2 gripes. (#2642)

    mshawcroft authored and tqchen committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    e20ef0d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    c4f03de View commit details
    Browse the repository at this point in the history
  2. [Quantization][RELAY] Add check against NCHWc ops in the quantization…

    … pass (#2646)
    
    * check in
    
    * fix typo
    
    * fix typo
    
    * change message
    
    * change message
    
    * typo
    
    * lint
    eqy authored and ZihengJiang committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    16abe31 View commit details
    Browse the repository at this point in the history
  3. Stop pylint complaining about useless import alias. (#2655)

    Recent pylint warngs about import renames with no effect.  Remove
    them.
    mshawcroft authored and tqchen committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    166f147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aac5837 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc5a3cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dee8cf9 View commit details
    Browse the repository at this point in the history
  7. fix lint (#2649)

    were authored and tqchen committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    76812de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0555a03 View commit details
    Browse the repository at this point in the history
  9. Update community.rst

    tqchen authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    97bae61 View commit details
    Browse the repository at this point in the history
  10. [Relay] GNF (#2492)

    MarisaKirisame authored and tqchen committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    c88bda5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. add committer (#2661)

    icemelon authored and tqchen committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    e3e8645 View commit details
    Browse the repository at this point in the history
  2. [Relay/TOPI][OP] Add arange op in Relay and TOPI (#2621)

    * Add arange op
    
    * Update docs
    
    * Fix bug
    
    * add sanity check in relay and mxnet frontend mapping
    
    * lint
    
    * nits
    
    * pylint
    
    * don't allow empty output from arange
    
    * Remove empty test for arange
    
    * Fix bug and update doc
    icemelon authored and yzhliu committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    16b009b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Configuration menu
    Copy the full SHA
    4ba3047 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    97be70a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9dc65f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. [Hybrid Script] Add max_num_threads (#2672)

    * i think it works for now?
    
    * fix lint
    
    * fix 2/3 compat
    
    * fix py2 again
    
    * fine, i gave up
    were authored and Laurawly committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    e35666a View commit details
    Browse the repository at this point in the history
  2. fix (#2674)

    MarisaKirisame authored and tqchen committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    3c70b0d View commit details
    Browse the repository at this point in the history
  3. [Relay] fix error in ANF (too agressively inline atomic expression an…

    …d create free variable). (#2665)
    MarisaKirisame authored and tqchen committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    a1b8610 View commit details
    Browse the repository at this point in the history
  4. Add CONCATENATION to tflite frontend, support Inception V3 (#2643)

    * Add CONCATENATION to tflite frontend
    
    * fix typo
    
    * Fix codestyle
    
    * Fix code style
    
    * simplify convert map
    
    * Update
    ariwaranosai authored and srkreddy1238 committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    6ad7ce8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    1fa30a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a89818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0edb332 View commit details
    Browse the repository at this point in the history
  4. yolo reorg op for relay (#1941)

    siju-samuel authored and tqchen committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    b5f46c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d24c7ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7f65ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e765ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b328b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf9014a View commit details
    Browse the repository at this point in the history
  10. [DOC] CoreML frontend tutorial (#2667)

    * [DOC] CoreML frontend tutorial
    
    * Update tutorials/frontend/from_coreml.py
    
    Co-Authored-By: kazum <morita.kazutaka@lab.ntt.co.jp>
    
    * Update tutorials/frontend/from_coreml.py
    
    Co-Authored-By: kazum <morita.kazutaka@lab.ntt.co.jp>
    
    * Addressed comments and added the original author
    kazum authored and yzhliu committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    8091850 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc7a7cb View commit details
    Browse the repository at this point in the history
  12. Stop pylint complaining about unnecessary return statement. (#2684)

    Recent pylint introduced support for the useless-return diagnostic.
    This patch remove the useless returns.
    mshawcroft authored and tqchen committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    e69e9ec View commit details
    Browse the repository at this point in the history
  13. [RUST] Fix typo (#2681)

    take-cheeze authored and nhynes committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    30242d5 View commit details
    Browse the repository at this point in the history
  14. Handle Select in IntSetEvaluator (#2687)

    derisavi authored and tqchen committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    55c0243 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2bf3458 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. [RELAY] Fix get_int_tuple for shape like '(1001,)' (#2691)

    tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.
    lixiaoquan authored and tqchen committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    bd78079 View commit details
    Browse the repository at this point in the history
  2. [AUTOTVM] tweak sample_int implementation (#2677)

    * check in
    
    * lint
    
    * cleanup
    
    * Update util.py
    eqy authored and merrymercy committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    ddc31fd View commit details
    Browse the repository at this point in the history
  3. [Lang] Layout in TVM node system (#2509)

    * move layout.h & layout.cc from relay to tvm
    
    * change ConvertLayout in relay to bijectiveLayout->Forward/backward
    
    * add first test case
    
    * add LayoutAxis
    
    * add LayoutAxis struct and compiles
    
    * simplify BijectiveLayout rule consturct
    
    * polish func name for Layout, move impl to .cc, remove Layout::defined(), add defined() checker
    
    * partially add layout py support
    
    * add layout test cases
    
    * add doc for tvm.layout & tvm.bijective_layout
    
    * fix lint
    
    * fix lint
    
    * fix layout name generation bug
    
    * fix layout typo
    
    * address comments and add topi.layout_transform
    
    * layout.h->data_layout.h, test_lang_layout.py->test_lang_data_layout.py
    yzhliu authored and merrymercy committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    ee79703 View commit details
    Browse the repository at this point in the history
  4. [DOC] Using External Libraries in Relay (#2694)

    * added relay quick start
    
    * added relay/using_external_lib.py
    
    * update using_external_lib
    
    * Update using_external_lib.py
    
    * update tvm/make/config.mk -> cmake/config.cmake
    
    * Fixed: result mismatched when lowering relay with cudnn support at opt level 2
    
    * setting opt_level=2 and out_channels=16 for consistency of original tutorial
    
    * Fixed some typos
    SiNZeRo authored and masahi committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    177fd64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9a08be View commit details
    Browse the repository at this point in the history
  6. Docker updates (#2702)

    * [DOCKER] Switch from yes|apt-get to apt-get -y
    
    The yes | apt-get idom guarantees that the 'yes' process always exists
    with exit code 141 (pipe broken).  This is fine while the script
    generally ignores failures but won't work when the script behaviour is
    tightened to robustly catch errors.
    
    * [DOCKER] Turn down the wget/curl volume
    mshawcroft authored and tqchen committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    78c383e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    464d619 View commit details
    Browse the repository at this point in the history
  8. [DOC] MXNet frontend tutorial (#2688)

    kazum authored and tqchen committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    2a4b175 View commit details
    Browse the repository at this point in the history
  9. Few docs fixes (#2703)

    ruslo authored and tqchen committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    f4b6974 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Pin pylint version 2.2.2 (#2698)

    mshawcroft authored and tqchen committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    cab5af2 View commit details
    Browse the repository at this point in the history
  2. [Relay] fix checkwellform (#2705)

    * do
    
    * address comment
    MarisaKirisame authored and icemelon committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    c8259e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f5c27b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    236d7ef View commit details
    Browse the repository at this point in the history
  5. Improve task_lint.sh robustness (#2711)

    * [SCRIPT] Refactor grep for multiple patterns
    
    Tidy up the use of grep.  Use -E rather than run multiple grep
    instances.
    
    * [SCRIPT] Refactor grep use in pipeline.
    
    Prefer to use stdin redirection rather than create a pipeline.
    
    * [SCRIPT] Refactor placement and cleanup of temporary files.
    
    Place temporary files in the conventional /tmp location. Avoid
    poisoning file name space by using $$. Ensure the temporary files get
    cleaned up, even when the script fails / exits early.
    
    * [SCRIPT] Improve robustness of task_lint.sh error handling.
    
    Ensure script failures are caught and propagated.  Rather than trying
    to explicitly catch and propagate failures with explicit "|| exit"
    annotations, use the "set -e" idom from docker/install scripts and
    have the shell catch and propagate errors in the general case and
    special case the grep instances where non zero exit is permitted and
    should be ignored.
    mshawcroft authored and tqchen committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    3e02c97 View commit details
    Browse the repository at this point in the history
  6. Docker build script robustness (#2710)

    * [DOCKER] Make all install .sh scripts directly executable.
    
    * [DOCKER] Use curl -L consistently.
    
    Make the use of the curl -L option in docker build scripts consistent.
    
    * [DOCKER] Drop use of --force-yes
    
    The --force-yes option is generally not recommend, it can leave
    systems in an undefined state.  The use of --allow-* options is
    preferred.  In this particular case the --force-yes option appears to
    serve no purpose.  Dropping it.
    
    * [DOCKER] Drop superflous repeated apt-get update.
    
    The "apt-get update && apt-get install" idiom is necessary and
    specific to Dockerfile.  In shell the repeated apt-get update is
    superflous.  Drop the duplicates.
    
    * [DOCKER] Robustness -e -u -o pipefail
    
    The install scripts used to construct docker environments do not, in
    general, propagate errors.  Some of the scripts use adhoc &&
    directives to chain together short sequences of commands but there are
    numerous failure modes which are silently ignored.  This patch puts in
    place some consistent, basic, shell error trapping across all of the
    install scripts.
    
    Note this is a step forward towards more robust scripts but it is not
    a complete solution.
    
    * [DOCKER] Shallow clone.
    
    Use shallow clone to reduce bandwidth requirements of repeated docker
    (re)-builds.
    
    * [DOCKER] Use clone --branch rather than clone then checkout
    
    Use the git clone --branch idiom rather than git clone && git
    checkout.  This paves the way for using --depth=1
    mshawcroft authored and tqchen committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    1342151 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e5a172 View commit details
    Browse the repository at this point in the history
  8. Defined a common base class for TensorComputeOp and ComputeOp (#2587)

    * Defined a common base class for TensorComputeOp and ComputeOp
    
    * Made changes requested by @ZihengJiang
    
    * added a testcase to assert that `tensorize` does not have any effect on TensorComputeOp ops.
    derisavi authored and ZihengJiang committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    d546bb7 View commit details
    Browse the repository at this point in the history
  9. [Relay/TOPI][Op] Add batch_matmul in relay and TOPI (#2561)

    * Add batch_dot and cpu schedule
    
    * Add relay support for batch_dot
    
    * Rename batch_dot to batch_matmul
    
    * nits
    
    * Add missing file
    
    * Put batch_matmul and dense x86 schedule in separate files
    
    * Fix pylint
    
    * Remove unused import
    
    * Add cuda schedule for batch_matmul
    
    * Add test case with larger batch size
    
    * Add batch_matmul in api doc
    
    * Fix quantize pass rounding error
    
    * Fix pylint and minor change
    
    * bug fix
    icemelon authored and Laurawly committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    8459006 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Configuration menu
    Copy the full SHA
    1eb1dac View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Configuration menu
    Copy the full SHA
    6d46060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca0393 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af69f87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8373ec View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. [Relay][Frontend] Add slice axis op in mxnet converter (#2706)

    * Add slice axis op in mxnet converter
    
    * Fix lint
    icemelon authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    2fa3a67 View commit details
    Browse the repository at this point in the history
  2. [DOCS] Fix tutorial (#2724)

    * fix docments
    
    * delete e
    imorinaga authored and tqchen committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    25c50fc View commit details
    Browse the repository at this point in the history
  3. [Relay] Higher order reverse mode automatic differentiation that work…

    … with control flow (#2496)
    
    add test
    
    remove dead code
    
    stash
    
    do it
    
    add more test
    MarisaKirisame authored and ZihengJiang committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    eae76b3 View commit details
    Browse the repository at this point in the history
  4. Fix compilation on XCode 10 (#2731)

    ajtulloch authored and tqchen committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    29e0000 View commit details
    Browse the repository at this point in the history
  5. [DOCKER] Pin pylint==1.9.4 (#2727)

    mshawcroft authored and tqchen committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    115da9d View commit details
    Browse the repository at this point in the history
  6. Docs: pip dependencies for testing (#2728)

    ruslo authored and tqchen committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    fd9fa4b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    ada760a View commit details
    Browse the repository at this point in the history
  2. use LLVM linker (#2713)

    * use LLVM linker
    
    * error message improved in case of filenotfound
    
    * linting error fixed
    mnboos authored and tqchen committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    c8a3a59 View commit details
    Browse the repository at this point in the history
  3. [RELAY][OP] Faster-RCNN Proposal OP (#2725)

    * [RELAY][OP] Proposal
    
    * Fix
    
    * Fix test
    vinx13 authored and Laurawly committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    fe06049 View commit details
    Browse the repository at this point in the history
  4. [Relay][Frontend][Bugfix] Fix bug in converting slice_axis when axis …

    …is negative (#2739)
    
    * bug fix
    
    * trigger ci
    icemelon authored and Laurawly committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    c2e60c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. [VERSION] Update to 0.6.dev (#2736)

    ZihengJiang authored and tqchen committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    154e054 View commit details
    Browse the repository at this point in the history
  2. [Relay][TOPI][OP] intel_graphics conv2d alterlayout support relay, ad…

    …ded stack op (#2729)
    
    * add stack op frontend
    
    * concate moved
    
    * topi stack added
    
    * stack added
    
    * fix stack bugs and tested
    
    * conv2d alterlayout udpated for relay
    
    * fix pylint
    
    * fix cmake warnings
    
    * cmake warnings fixed
    Laurawly authored and yzhliu committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    ef58291 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    66cad62 View commit details
    Browse the repository at this point in the history
  2. [Bugfix][Relay][Frontend] Fix bug in mxnet converter for slick_like (#…

    …2744)
    
    * Fix bug in mxnet converter for slick_like
    
    * More tolerance for topi_conv2d_NCHWc
    icemelon authored and Laurawly committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    52d5cf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Improve NNVM to Relay conversion (#2734)

    * Improve NNVM to Relay conversion
    
    * fix pylint
    
    * support __lshift_scalar__, abs, ceil, floor, and trunc to pass CI
    kazum authored and jroesch committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    695647d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. [Relay] Add logical operators (#2743)

    abergeron authored and tqchen committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    2239508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e35fc View commit details
    Browse the repository at this point in the history
  3. revert PR#2420 nms changes (#2747)

    Laurawly authored and masahi committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    b0a0ae4 View commit details
    Browse the repository at this point in the history
  4. [Relay][Quantization] Speed-aware quantization scheme improvement (#2723

    )
    
    * [Relay][Quantization] Speed-aware quantization scheme improvement
    
    * Add comment
    
    * Add use_stop_fusion to qconfig
    
    * Update comment
    vinx13 authored and ZihengJiang committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    21e8dfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cf1b62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3929424 View commit details
    Browse the repository at this point in the history
  7. Improvements to the conda build (#2742)

    abergeron authored and tqchen committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    57381b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. [COMMUNITY] @kevinthesun -> committer (#2760)

    tqchen authored and icemelon committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    c09a7e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b7c0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bf64ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec95675 View commit details
    Browse the repository at this point in the history
  5. Add the new logical operators to the doc. (#2761)

    abergeron authored and tqchen committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    a803099 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. update relay python api doc (#2766)

    yongwww authored and tqchen committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    801068f View commit details
    Browse the repository at this point in the history
  2. [Relay/TOPI][Frontend] Add tile and repeat operators in Relay and TOPI (

    #2720)
    
    * tile and repeat operator added in rely
    
    * fix pylint
    
    * fix make warnings
    
    * comments addressed
    
    * fix lint error
    
    * comment addressed
    Laurawly authored and yzhliu committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    19194e9 View commit details
    Browse the repository at this point in the history
  3. [relay][frontend] TensorFlow saved model support (#2586)

    * [relay][frontend] TensorFlow saved model support
    
    * Add Examples section
    
    * keep one copy of tensorflow_parser in relay
    yongwww authored and srkreddy1238 committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    f7eff09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2f29ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2919a3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92a0048 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    7226c01 View commit details
    Browse the repository at this point in the history
  2. [Relay] Pass manager (#2546)

    * initial commit
    
    * add python frontend and module tests
    
    * add unit tests for function pass and optimize interface
    
    * add ExprPass
    
    * remove PassState and pass context for run
    
    * add required_passes
    
    * return module
    
    * remove move
    
    * fix minor reviews
    
    * remove optimizer, optimizer->pass_manager, make pass a the base class of all
    
    * remove deleted files
    
    * move resolvedependency to sequential pass, use ir_pass namespace
    
    * add todo
    
    * add disabled passes in sequetialpass
    
    * fix minor
    
    * fix currying doc
    
    * remove pass_kind from passnode
    
    * remove pass kind from test
    
    * fix doc
    
    * fix per @tqchen's comments
    
    * remove pass_manager.py create separate classes
    
    * simplify pass_func
    
    * inline using passfunc
    
    * update doc
    
    * disable test_quantize_pass for now
    
    * create PassInfo class to contain the meta data
    
    * flatten passinfo for interface
    
    * retrigger ci
    
    * remove required method
    
    * make Pass python class lighter
    
    * create pass -> decorator
    
    * make the api consistent for all classes
    zhiics authored and jroesch committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    abe6f77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8abc73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3f3dc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5847ed3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fd8471 View commit details
    Browse the repository at this point in the history
  7. [COMMUNITY] @wweic -> Reviewer (#2789)

    tqchen authored and icemelon committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    f8ac138 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e3ceaa View commit details
    Browse the repository at this point in the history
  9. Make cpptest build on Ubuntu (#2798)

    apivovarov authored and tqchen committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    864da84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2b4588 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. [Relay][Frontend] Add reverse op to relay (#2800)

    * start adding reverse
    
    * reverse updated
    
    * reverse uses topi::flip
    
    * typo fixed
    
    * comment addressed
    
    * exp simplified
    Laurawly authored and icemelon committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    4d09fc4 View commit details
    Browse the repository at this point in the history
  2. [Relay/TOPI][Op] Add shape op in Relay and TOPI (#2749)

    * Add shapeof op in topi
    
    * Add relay shape_of op
    
    * Add constant folding for shape_of
    
    * Allow shape op to specify dtype
    
    * Add mxnet converter for shape_array
    
    * lint
    
    * lint
    
    * Add doc
    icemelon authored and Laurawly committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    ee80580 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. [COMMUNITY] @sxjscience -> Reviewer (#2807)

    icemelon authored and tqchen committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    3e2d323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d441d44 View commit details
    Browse the repository at this point in the history
  3. Support for sign (#2775)

    ashutoshparkhi authored and tqchen committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    cc112c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7182201 View commit details
    Browse the repository at this point in the history
  5. Fix caffe2 relay frontend (#2733)

    hlu1 authored and tqchen committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    6c60b8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    046e4ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f89a50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df72239 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3741447 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0a5a9b View commit details
    Browse the repository at this point in the history
  11. [TOPI, Relay] ROI Pool operator (#2811)

    vinx13 authored and masahi committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    baf7a72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c9689b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. [DOCKER] Fix git clone failure. (#2816)

    git clone --branch=xxx won't take a hash, switch from the hash to the
    tag that represents that hash.
    mshawcroft authored and tqchen committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    48780c0 View commit details
    Browse the repository at this point in the history
  2. Fix init_proj.py: Team ID expected (#2824)

    ruslo authored and tqchen committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    ec44b5d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. tvmrpc: Fix includes (#2825)

    ruslo authored and tqchen committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    381e6fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c1787 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. xcode.py: Decode bytes before output (#2833)

    ruslo authored and tqchen committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    053f864 View commit details
    Browse the repository at this point in the history
  2. [Relay] Adding _contrib_BilinearResize2D op from mxnet (#2777)

    * adding _contrib_BilinearResize2D op from mxnet
    
    * error fixed
    
    * use resize instead of upsample
    Laurawly authored and yzhliu committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    011f0b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Fix Xcode 10 metal compile error (#2836)

    ruslo authored and tqchen committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    3575d19 View commit details
    Browse the repository at this point in the history
  2. Fix typo (#2839)

    hlu1 authored and tqchen committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    0f6989f View commit details
    Browse the repository at this point in the history
  3. [CODEGEN][OPENCL] Fix compile error about ternary expression. (#2821)

    Code like this can't be built with NV OpenCL, and it needs an explicit type
      converison for ternary expression if return type is uchar.
    
           uchar i = 0, j = 0;
           uchar t = max((uchar)j, ((i > 0) ? (uchar)1 : (uchar)0));
    lixiaoquan authored and kazum committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    fa70983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a8ab8f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. [DOCKER] Revert git shallow clone change. (#2841)

    This patch reverts one of my earlier patches (squashed in #2710) to
    reduce bandwidth requirements of git clone, in this particular case we
    are checking out a specific hash rather than a tag or branch name. The
    --branch option to git clone permits tags or branches but does not
    permit a specific hash.
    mshawcroft authored and tqchen committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    af4efdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1c2fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f63631f View commit details
    Browse the repository at this point in the history
  4. [FRONTEND][TENSORFLOW] Enhance with left over patches from NNVM. (#2757)

    * [FRONTEND][TENSORFLOW] Enhance with left over patches from NNVM.
    
    commit 76188a4
    Author: Siva sivar.b@huawei.com
    [NNVM][TENSORFLOW] bugfix. (#2444)
    
    commit 6737739
    Author: Ashutosh Parkhi ashutosh.parkhi@imgtec.com
    [Tensorflow] Support for Crop (#2285)
    
    commit f6c3f99
    Author: Alexey Romanov alexey.v.romanov@gmail.com
    [FRONTEND][TENSORFLOW] Use input shapes directly instead of 1-element lists (#2242)
    
    commit e5d92e1
    Author: Dominic Symes 36929632+dominicsymes@users.noreply.github.com
    [FRONTEND][TENSORFLOW] Bugfix (#2326)
    
    commit 00d509d
    Author: Alexey Romanov alexey.v.romanov@gmail.com
    [FRONTEND][TENSORFLOW] Support Unstack and Split (#2105)
    
    commit df9d3ad
    Author: Siva sivar.b@huawei.com
    [FRONTEND][TENSORFLOW] Bugfix (#2267)
    
    commit d1a0c90
    Author: Zhebin Jin zhebin.jzb@alibaba-inc.com
    [FRONTEND][TENSORFLOW]Add Split and realdiv op support (#2123)
    * Add Split and realdiv op support
    * Fix the pad calculation in the case of dilated convolution
    
    * 	* review comments
    
    * 	* resnet fix.
    
    * 	* review comments
    srkreddy1238 authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    bb3c815 View commit details
    Browse the repository at this point in the history
  5. Update iOS RPC README (#2847)

    ruslo authored and tqchen committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    2d75943 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    340678d View commit details
    Browse the repository at this point in the history
  7. [Relay][Frontend][keras] added interpolation method of Upsampling2D (#…

    …2854)
    
    * [Relay][Frontend][keras] added interpolation method of Upsampling2D.
    
    * added testcase
    
    * small fixes
    lhelontra authored and Huyuwei committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    d5b3422 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. [Docker] Enable NNPACK for ci_gpu (#2856)

    hlu1 authored and tqchen committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    7ef32cd View commit details
    Browse the repository at this point in the history
  2. [AlterLayout] NCHWc upsampling, fix depthwise conv (#2806)

    * [AlterLayout] NCHW upsampling
    
    * [Relay][Pass] Fix Depthwise AlterLayout
    antinucleon authored and Laurawly committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    f81e287 View commit details
    Browse the repository at this point in the history
  3. [Relay][Frontend] Add ops in mxnet converter (#2844)

    * Add ops in mxnet converter
    
    * trigger ci
    icemelon authored and Laurawly committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    89acfeb View commit details
    Browse the repository at this point in the history
  4. Fix an OrderDict initilization bug. (#2862)

    The dict which is used to initilize OrderDict is not ordered, so
      metadata may not be at the end.
    lixiaoquan authored and tqchen committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    1278d68 View commit details
    Browse the repository at this point in the history
  5. [Relay] Improved multiply_rewrite for gluoncv_ssd quantization (#2848)

    * improved `multiply_rewrite` for gluoncv_ssd quantization
    
    * add a check to attach_simulated_quantize below to prevent quantizing lhs to INPUT if lhs_kind is INPUT;
    liangfu authored and tqchen committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    51f638c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f7dfd8 View commit details
    Browse the repository at this point in the history
  7. Truncate function name (#2863)

    ajtulloch authored and icemelon committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    259aa46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db5bfa3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Fix error reporting for missing axis (#2835)

    * Fix error reporting for missing axis
    
    * Update data_layout.cc
    MarisaKirisame authored and yzhliu committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    46f0b67 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Configuration menu
    Copy the full SHA
    8a7f41c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e23913f View commit details
    Browse the repository at this point in the history
  3. [NNPACK] Modernize test (#2868)

    hlu1 authored and tqchen committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    4692440 View commit details
    Browse the repository at this point in the history
  4. [Relay] Add list update to prelude (#2866)

    wweic authored and tqchen committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    2d5a072 View commit details
    Browse the repository at this point in the history
  5. Add missing sgx includes (#2878)

    nhynes authored and tqchen committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    6e18eb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce3decb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a610ede View commit details
    Browse the repository at this point in the history
  8. do (#2883)

    MarisaKirisame authored and tqchen committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    8ef35dc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. [RELAY][Frontend][TF] decompile tf control flow (#2830)

    * decompile tf control flow
    
    * Add docs
    
    * remove import relay
    
    * move tests under tensorflow frontend
    
    * minor fix
    zhiics authored and yzhliu committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    2df3364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b2590e View commit details
    Browse the repository at this point in the history
  3. Use version invariant rustfmt (#2886)

    nhynes authored and tqchen committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    d04c41c View commit details
    Browse the repository at this point in the history
  4. [Relay][Op] Add group conv2d dispatch to topi function (#2870)

    * [Relay][Op] Add group conv2d dispatch to topi function
    
    * Rerun tests
    vinx13 authored and tqchen committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    5f37cc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Configuration menu
    Copy the full SHA
    a7c90ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69758ed View commit details
    Browse the repository at this point in the history
  3. Add dense schedules to __init__ for cpu (#2855)

    * Add dense schedules to __init__ for cpu
    
    * Add documentation for topi::shape
    
    * Add additional imports to topi CPU __init__.
    jhonyguan authored and icemelon committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    4bf37e3 View commit details
    Browse the repository at this point in the history
  4. [TESTS] Improve script robustness (#2893)

    A number of test scripts use the '|| exit 1' idiom.  This has two
    issues, first process exit codes are defined to be in the range 0-255.
    Second, more importantly, the idiom is fragile because it requires
    that every possible failure point be explicitly coded.  This patch
    removes the idiom in favour of "set -e" as used in the docker scripts
    as a more robust mechanism to ensure that script failures are always
    caught and propagated by default.
    mshawcroft authored and tqchen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    23aa24c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f94247 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. winograd_nnpack (#2721)

    hlu1 authored and tqchen committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    a02916b View commit details
    Browse the repository at this point in the history
  2. [Relay] Fix Relay ARM CPU depthwise spatial pack schedule alter op la…

    …yout issue. (#2861)
    
    * Fix Relay ARM CPU spatial pack depthwise alter op layout issue.
    
    * Update tune_relay_arm.py
    FrozenGene authored and merrymercy committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    6c90786 View commit details
    Browse the repository at this point in the history
  3. [TESTS] Import script robustness (set -u) (#2896)

    Adopt the "set -u" idiom from the docker scripts as a mechanism to
    improve future robustness.
    mshawcroft authored and tqchen committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    d63f6d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84cb712 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Allow linking against MKLML (#2902)

    ajtulloch authored and tqchen committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    230dfe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ace1cb View commit details
    Browse the repository at this point in the history
  3. [Relay] Allow converting keras.layers.Sequential (#2842)

    * Allow converting keras.layers.Sequential
    
    * Use existing new_var function
    
    * Only update expr when missing
    
    * Add test
    nhynes authored and kazum committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    dfe4c46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f0bc75 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Turn on USE_SORT by default (#2916)

    kevinthesun authored and tqchen committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    4ac64fc View commit details
    Browse the repository at this point in the history