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

Layers phase 1 #318

Closed
wants to merge 49 commits into from
Closed

Commits on Oct 8, 2020

  1. Merge pull request #3 from tensorflow/master

    Sync with master tensorflow on upstream
    JimClarke5 authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c57a2e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Merge pull request #4 from tensorflow/master

    Merge main  branch to local branch
    JimClarke5 authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    09fc07e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Merge pull request #5 from tensorflow/master

    Update after losses merge
    JimClarke5 authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a99dcb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Merge pull request #6 from tensorflow/master

    Fix Javadoc errors (tensorflow#152)
    JimClarke5 authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    ba294ea View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Merge pull request #7 from tensorflow/master

    pull type def
    JimClarke5 authored Dec 30, 2020
    Configuration menu
    Copy the full SHA
    04f419a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Merge pull request #8 from tensorflow/master

    merge
    JimClarke5 authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    02e7ebf View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Merge pull request #9 from tensorflow/master

    Metrics Phase 1 (tensorflow#180)
    JimClarke5 authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    e0c9ed8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Merge pull request #10 from tensorflow/master

    Pull latest tensorflow master
    JimClarke5 authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    5b0374b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Merge pull request #11 from tensorflow/master

    Merge with latest
    JimClarke5 authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e038bbd View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Merge pull request #13 from tensorflow/master

    Resync with origin/master
    JimClarke5 authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    def3051 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Merge pull request #15 from tensorflow/master

    Sync with tensorflow/java master
    JimClarke5 authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    11748ae View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Moved high level tf.nn ops to framework.

    Moved tf.raw.nn Ops to tf.nn.
    Changed generation to  generate SoftmaxCrossEntropyWithLogits and SparseSoftmaxCrossEntropyWithLogits to core NNOps (tf.nn).
    JimClarke5 committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    dc94953 View commit details
    Browse the repository at this point in the history
  2. Added FrameworkOps analogous to Ops.

    Added NnOps and SetOps as groups.
    Fixed MetricsHelper and Losses to use the bew FrameworkOps.
    Moved SetsOps to framework.op.
    JimClarke5 committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1878b60 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Added FrameworkOps analogous to Ops.

    Added NnOps and SetOps as groups.
    Fixed MetricsHelper and Losses to use the bew FrameworkOps.
    Moved SetsOps to framework.op.
    JimClarke5 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    9225a48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caab79b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd072f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

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

Commits on Apr 16, 2021

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

Commits on Apr 22, 2021

  1. Merge pull request #17 from tensorflow/master

    Sync with Metrics Phase 2
    JimClarke5 authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    2ff8dfe View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Merge pull request #18 from tensorflow/master

    Sync with master
    JimClarke5 authored May 1, 2021
    Configuration menu
    Copy the full SHA
    ee5e38a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Merge pull request #19 from tensorflow/master

    Sync with Regularizers
    JimClarke5 authored May 2, 2021
    Configuration menu
    Copy the full SHA
    26394d6 View commit details
    Browse the repository at this point in the history
  2. Moved high level tf.nn ops to framework.

    Moved tf.raw.nn Ops to tf.nn.
    Changed generation to  generate SoftmaxCrossEntropyWithLogits and SparseSoftmaxCrossEntropyWithLogits to core NNOps (tf.nn).
    JimClarke5 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    e0a4a26 View commit details
    Browse the repository at this point in the history
  3. Added FrameworkOps analogous to Ops.

    Added NnOps and SetOps as groups.
    Fixed MetricsHelper and Losses to use the bew FrameworkOps.
    Moved SetsOps to framework.op.
    JimClarke5 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    28db4df View commit details
    Browse the repository at this point in the history
  4. Added FrameworkOps analogous to Ops.

    Added NnOps and SetOps as groups.
    Fixed MetricsHelper and Losses to use the bew FrameworkOps.
    Moved SetsOps to framework.op.
    JimClarke5 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    ba24371 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d3f17c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e07483 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    790bf35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4ca97a View commit details
    Browse the repository at this point in the history
  9. add nn ops for sigmoidCrossEntropyWithLogits, softmaxCrossEntropyWith…

    …Logits and sparseSoftmaxCrossEntropyWithLogits
    JimClarke5 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    e83d26b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e4e65f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2ed723 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    be1fe66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b51e7f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f1c63c0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f4b75b9 View commit details
    Browse the repository at this point in the history
  16. Update FrameworkOps.java

    JimClarke5 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    043654b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Fix unusual regression error in confustion matrix. Needed to reduceAl…

    …l on the AssertThats. This change is unrelated to this PR, but the bug showed up here.
    JimClarke5 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    06c28df View commit details
    Browse the repository at this point in the history
  2. javadoc fixes

    JimClarke5 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    8f33d21 View commit details
    Browse the repository at this point in the history
  3. Initial checkin

    JimClarke5 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    198ea27 View commit details
    Browse the repository at this point in the history
  4. Initial checkin

    JimClarke5 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    8497449 View commit details
    Browse the repository at this point in the history
  5. Initial checkin

    JimClarke5 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b95c750 View commit details
    Browse the repository at this point in the history
  6. Initial checkin

    JimClarke5 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    bdcbb21 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Initial checkin

    JimClarke5 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    056d3ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a653d33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    749e8b3 View commit details
    Browse the repository at this point in the history
  4. changed tf.nn.raw to tf.nn based on Framework Ops change

    Add softmax test, fixed bugs in framework softmax
    JimClarke5 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    f621a88 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Refactor the 2d transpose that is common to softmax and logSoftmax. A…

    …dded NNhelper for the transpose code,
    
    change softmax to use the transpose code and added logSoftmax to do the same thing. Added test cases for logSoftmax.
    JimClarke5 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    adb5a89 View commit details
    Browse the repository at this point in the history
  2. Reformat code

    JimClarke5 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1ebe917 View commit details
    Browse the repository at this point in the history
  3. Reformat code

    JimClarke5 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    61673df View commit details
    Browse the repository at this point in the history