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

Generic cleanup rest of framework, activations and initializers #231

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

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. Configuration menu
    Copy the full SHA
    28a34dd View commit details
    Browse the repository at this point in the history
  2. resynch with master, for some reason when I build on mac, the order f…

    …or the other xxxxOps classes changes.
    JimClarke5 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    309b834 View commit details
    Browse the repository at this point in the history
  3. 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
  4. Merge branch 'master' of https://github.com/JimClarke5/java into Gene…

    …ric_cleanup_rest_of_fmwork
    JimClarke5 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3a9ae37 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    c5d37bf View commit details
    Browse the repository at this point in the history
  2. Fix @param<T> and reformat

    JimClarke5 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    11f8ac9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Fix JavaDoc to add @param <T>

    JimClarke5 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    40a95af View commit details
    Browse the repository at this point in the history
  2. Refactor to add generic to base class and change signature of call me…

    …thod to <U extends T>.
    
    Changed all subclasses to match these signatures.
    JimClarke5 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    d0e8de9 View commit details
    Browse the repository at this point in the history
  3. Add check for scalar.

    JimClarke5 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    478b78a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

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

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    79594da View commit details
    Browse the repository at this point in the history
  2. Fix Constant to handle TString properly

     added additional test case for invalid conversion of TString to TInt32
    JimClarke5 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    112c740 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61e6206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b4b607 View commit details
    Browse the repository at this point in the history
  5. Code reformat

    JimClarke5 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    98df654 View commit details
    Browse the repository at this point in the history