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

Autograph decorated functions with tf.map_fn #39541

Merged
merged 10 commits into from
May 18, 2020

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    10c7f27 View commit details
    Browse the repository at this point in the history
  2. Fix missing return

    bhack committed May 14, 2020
    Configuration menu
    Copy the full SHA
    38e941d View commit details
    Browse the repository at this point in the history
  3. Fix missing self

    Add initial autograph wrapping in map_fn
    bhack committed May 14, 2020
    Configuration menu
    Copy the full SHA
    ffef546 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Add test and remove decorator

    bhack committed May 15, 2020
    Configuration menu
    Copy the full SHA
    9a6a647 View commit details
    Browse the repository at this point in the history
  2. restore a remove export

    bhack committed May 15, 2020
    Configuration menu
    Copy the full SHA
    86342e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    103bb01 View commit details
    Browse the repository at this point in the history
  4. Let test to fail

    bhack committed May 15, 2020
    Configuration menu
    Copy the full SHA
    bbc2f3a View commit details
    Browse the repository at this point in the history
  5. Test autograph transform of fn

    bhack committed May 15, 2020
    Configuration menu
    Copy the full SHA
    560762e View commit details
    Browse the repository at this point in the history
  6. Remove original fn call

    bhack committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d6dd56f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64d839b View commit details
    Browse the repository at this point in the history