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

Add ctc edit distance operator #5300

Merged
merged 16 commits into from
Jan 10, 2018
Merged

Commits on Nov 2, 2017

  1. Add edit distance operator

    Yibing Liu committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    db69417 View commit details
    Browse the repository at this point in the history
  2. rename some variables in ctc_edit_distance_op

    Yibing Liu committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    b7a4e3d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

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

Commits on Nov 29, 2017

  1. add gpu kernel for ctc_edit_distance_op

    Yibing Liu committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    6bc6ccd View commit details
    Browse the repository at this point in the history
  2. clean up code in ctc_edit_distance_op

    Yibing Liu committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    116687a View commit details
    Browse the repository at this point in the history
  3. revise the doc in ctc_edit_distance_op

    Yibing Liu committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    b82049b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c16d1ca View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    4745a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ec3e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Rename ctc_edit_distance_op to edit_distance_op

    Yibing Liu committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    2c1adb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. Rename inputs & format license

    Yibing Liu committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    2e49fac View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Enable batch input in edit_distance_op

    Yibing Liu committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    0250e54 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Reuse the usable variable in edit_distance_op

    Yibing Liu committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f594ca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1935b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3dcd00 View commit details
    Browse the repository at this point in the history
  4. fix ci error in edit_distance_op

    Yibing Liu committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    fe0ef91 View commit details
    Browse the repository at this point in the history