Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorflow/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chenkelmann/java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on May 28, 2020

  1. Suggestions for improvements to Shape.java:

    - some utility methods
    - negative indexing for size()
    - more javadoc
    chenkelmann committed May 28, 2020
    Configuration menu
    Copy the full SHA
    48db7b8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Fixed javadoc formatting to conform to the Google styleguide, fixed o…

    …ther inconsistencies in the javadoc, changed `toArray` method:
    
    - Fixed plural of axis (axes not axis)
    - Changed writing of 'Shape' to be consistently upper case
    - Fixed block formatting
    - Removed redundant @return-blocks
    - Changed semantics of toArray: now a defensive copy is returned
    chenkelmann committed May 29, 2020
    Configuration menu
    Copy the full SHA
    afef36e View commit details
    Browse the repository at this point in the history
  2. Fixed typo in "equal".

    chenkelmann committed May 29, 2020
    Configuration menu
    Copy the full SHA
    8282569 View commit details
    Browse the repository at this point in the history
Loading