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: happyfridaycode/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tensorflow/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.
  • 18 commits
  • 940 files changed
  • 7 contributors

Commits on Feb 12, 2025

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

Commits on Mar 14, 2025

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

Commits on May 23, 2025

  1. Upgrade to TF 2.18.0 (tensorflow#608)

    ---------
    
    Co-authored-by: Karl Lessard <karl.lessard@gmail.com>
    Craigacp and karllessard authored May 23, 2025
    Configuration menu
    Copy the full SHA
    76640d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Code changes to add PluggableDevice support for Inference (tensorflow…

    …#605)
    
    * Code changes to add PluggableDevice support for Inference
    
    Enable TF_LoadPluggableDeviceLibrary API for PluggableDevices
    
    Signed-off-by: rjauhari2 <rjauhari@amd.com>
    
    * Add genrated code from c_api_experimental.h
    
    * Add JavaCPP files to build TF-Java.
    
     - Add TF_AttrBuilder, TF_ShapeAndTypeList, TF_CheckpointReader classes.
    
    * Add Windows stub for missing TFE_GetServerDef symbol
    
    * Add Windows stub in seperate file.
    
    * Add header file for windows stub to enable pluggable device support.
    
    ---------
    
    Signed-off-by: rjauhari2 <rjauhari@amd.com>
    rjauhari2 authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    3f94211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b957e64 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Releasing 1.1.0

    karllessard committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    356dce1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. add Gradle snippets to README.md

    winne42 authored and Craigacp committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    d5d5e51 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. Merge branch 'r1.1'

    karllessard committed Jun 29, 2025
    Configuration menu
    Copy the full SHA
    92d1721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c854f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    eeaa3f1 View commit details
    Browse the repository at this point in the history
  2. Fix typos in GPU migration instructs

    karllessard authored and Craigacp committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    e9b45ec View commit details
    Browse the repository at this point in the history
  3. Bump Windows image (tensorflow#619)

    * Bump Windows image
    
    * bumping spotless and JavaCPP.
    
    * Fix VS path
    Craigacp authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    1f18a23 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Small docs fixes (tensorflow#622)

    * Adding requirements.txt for doc generation and a few small Javadoc fixes.
    
    * Bumping maven-javadoc-plugin version.
    
    * Spotless fixes.
    
    * Module info help text.
    
    * Fixing the pom files so the Javadoc generates correctly.
    Craigacp authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    52f51f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

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

Commits on Dec 12, 2025

  1. Fix/docs nav (tensorflow#624)

    * Fixing javadoc generation scripts
    
    * Add docs nav and landing page
    
    * Update JavaCPP notice
    
    * Renamed tools to legacy
    
    * Delete old docs scripts
    
    * Add mention for legacy doc tools
    karllessard authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    e788c95 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Upgrade GitHub Actions for Node 24 compatibility (tensorflow#626)

    * Upgrade GitHub Actions for Node 24 compatibility
    
    Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
    
    * Add fetch-depth: 0 to check-format checkout for spotless ratchet
    
    The spotless maven plugin uses git ratchet mode to compare against
    origin/master. With checkout@v6's default shallow clone, origin/master
    is not available, causing the format check to fail.
    
    Adding fetch-depth: 0 to the check-format job ensures the full git
    history is cloned including origin/master reference.
    
    ---------
    
    Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
    salmanmkc authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    ab1a8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89703f7 View commit details
    Browse the repository at this point in the history
Loading