Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-626] Add while_loop #11566

Merged
merged 31 commits into from
Jul 19, 2018
Merged

[MXNET-626] Add while_loop #11566

merged 31 commits into from
Jul 19, 2018

Commits on Jul 5, 2018

  1. Add while_loop

    junrushao committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    6976b90 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    249c8b4 View commit details
    Browse the repository at this point in the history
  2. Add more testcases

    junrushao committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    cfa13b1 View commit details
    Browse the repository at this point in the history
  3. Enhance test 4.2

    junrushao committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    9ca3dd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

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

Commits on Jul 8, 2018

  1. Add testcases for RNN

    junrushao committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    8edb051 View commit details
    Browse the repository at this point in the history
  2. Make lint happy

    junrushao committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    dc48a7f View commit details
    Browse the repository at this point in the history
  3. Make lint happy

    junrushao committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    06d29cb View commit details
    Browse the repository at this point in the history
  4. Address TODOs

    junrushao committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    316b0f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    9572a87 View commit details
    Browse the repository at this point in the history
  2. Address comments

    junrushao committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    e603170 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Improve docstring

    junrushao committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    5d298bb View commit details
    Browse the repository at this point in the history
  2. Improve error message

    junrushao committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    43128c0 View commit details
    Browse the repository at this point in the history
  3. Add benchmark code

    junrushao committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    f241e3c View commit details
    Browse the repository at this point in the history
  4. Update benchmarks

    junrushao committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    e393bd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Allow sparse types

    junrushao committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    1b11670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e4f5f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    6736e3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e2823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d8d0c View commit details
    Browse the repository at this point in the history
  4. Remove unused class member

    junrushao committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    ca4d7b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e067d0b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Update docstring

    junrushao committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    c08b063 View commit details
    Browse the repository at this point in the history
  2. Update docstring

    junrushao committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    9b219d9 View commit details
    Browse the repository at this point in the history
  3. Trigger CI

    junrushao committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    3ea7bda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    168bd27 View commit details
    Browse the repository at this point in the history
  5. Trigger CI

    junrushao committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    aa9722d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Address comments from szha

    junrushao committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    e69b674 View commit details
    Browse the repository at this point in the history
  2. Rewrite benchmark code

    junrushao committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    dfc1828 View commit details
    Browse the repository at this point in the history
  3. Fix sphinx warning

    junrushao committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    bd48b77 View commit details
    Browse the repository at this point in the history