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

Seq expand op #4740

Merged
merged 20 commits into from
Oct 30, 2017
Merged

Seq expand op #4740

merged 20 commits into from
Oct 30, 2017

Commits on Oct 11, 2017

  1. Add seq_expand op

    1. Add unitest
    2. Add SeqExpandOpKernel
    wanghaoshuang committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    901b041 View commit details
    Browse the repository at this point in the history
  2. fix issues

    wanghaoshuang committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    acd1aae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f984cba View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Refine op

    wanghaoshuang committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    23701ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    555ab3f View commit details
    Browse the repository at this point in the history
  3. Fix unitest

    wanghaoshuang committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    8de04be View commit details
    Browse the repository at this point in the history
  4. Add backward kernel

    wanghaoshuang committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    31531ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5adffd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Refine comments and function name

    1. Add more comments and exmples
    2. Rename repeat_lod to expand_lod
    3. Remove unused head file
    wanghaoshuang committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    a94b3dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b283c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

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

Commits on Oct 23, 2017

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

Commits on Oct 24, 2017

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

Commits on Oct 29, 2017

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

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    fab6f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f32b61 View commit details
    Browse the repository at this point in the history
  3. 1. Add unitest for empty sequence case

    2. Fix comments and paddle enforce check
    wanghaoshuang committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    8d4e2d4 View commit details
    Browse the repository at this point in the history
  4. Fix comments

    wanghaoshuang committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    84f471b View commit details
    Browse the repository at this point in the history