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/tensorflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.17.0
Choose a base ref
...
head repository: tensorflow/tensorflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r2.17
Choose a head ref
  • 19 commits
  • 34 files changed
  • 9 contributors

Commits on Jul 19, 2024

  1. Include necessary .h files in the aar lib.

    PiperOrigin-RevId: 640318226
    tensorflower-gardener authored and tensorflow-jenkins committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6590986 View commit details
    Browse the repository at this point in the history
  2. Bump minSdkVersion of TFL Android libs to 21.

    PiperOrigin-RevId: 642403263
    niuchl authored and tensorflow-jenkins committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    317164a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request #72194 from tensorflow/r2.17-864b3590015

    r2.17 cherry-pick: 864b359 "Include necessary .h files in the aar lib."
    learning-to-play authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9183ecc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fix a typo in the GCS URI.

    For some reason, the extra slash causes `gsutil` to create a "\" folder in the bucket.
    
    PiperOrigin-RevId: 652970340
    nitins17 authored and tensorflow-jenkins committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7ec068a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72409 from tensorflow/r2.17-f0f52aab97b

    r2.17 cherry-pick: f0f52aa "Fix a typo in the GCS URI."
    learning-to-play authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4b232d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Move installer wheels scripts to OSS

    PiperOrigin-RevId: 655987593
    nitins17 authored and tensorflow-jenkins committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    85bbef3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72592 from tensorflow/r2.17-8beec28b91c

    r2.17 cherry-pick: 8beec28 "Move installer wheels scripts to OSS"
    learning-to-play authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1d15c7d View commit details
    Browse the repository at this point in the history
  3. Change the naming of the installer wheel envs

    PiperOrigin-RevId: 656386934
    nitins17 authored and tensorflow-jenkins committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0d129be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #72594 from tensorflow/r2.17-3735c15ed47

    r2.17 cherry-pick: 3735c15 "Change the naming of the installer wheel envs"
    learning-to-play authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5183651 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Implement Name() for GCSWritableFile.

    This shall fix the profiler trace viewer cache file generation.
    
    PiperOrigin-RevId: 659614772
    zzzaries committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5cfc525 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73658 from zzzaries/cherrypicks_3OGX4

    Cherrypick for tf-profiler fix
    learning-to-play authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    999767f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Use remap_paths instead of strip_prefix for `//tensorflow/tools/l…

    …ib_package:cheaders`
    
    Tested with:
    ```
    ddunleavy@ddunleavy:/tmp/tensorflow$ bazelisk build //tensorflow/tools/lib_package:cheaders && tar -tf bazel-bin/tensorflow/tools/lib_package/cheaders.tar
    INFO: Analyzed target //tensorflow/tools/lib_package:cheaders (1 packages loaded, 1 target configured).
    INFO: Found 1 target...
    Target //tensorflow/tools/lib_package:cheaders up-to-date:
      bazel-bin/tensorflow/tools/lib_package/cheaders.tar
    INFO: Elapsed time: 0.325s, Critical Path: 0.13s
    INFO: 3 processes: 2 internal, 1 local.
    INFO: Build completed successfully, 3 total actions
    include/
    include/tensorflow/
    include/tensorflow/c/
    include/tensorflow/c/c_api.h
    include/tensorflow/c/c_api_experimental.h
    include/tensorflow/c/c_api_macros.h
    include/tensorflow/c/tensor_interface.h
    include/tensorflow/c/tf_attrtype.h
    include/tensorflow/c/tf_buffer.h
    include/tensorflow/c/tf_datatype.h
    include/tensorflow/c/tf_file_statistics.h
    include/tensorflow/c/tf_status.h
    include/tensorflow/c/tf_tensor.h
    include/tensorflow/c/tf_tensor_helper.h
    include/tensorflow/c/tf_tstring.h
    include/tensorflow/core/
    include/tensorflow/core/platform/
    include/tensorflow/core/platform/ctstring.h
    include/tensorflow/core/platform/ctstring_internal.h
    include/tsl/
    include/tsl/platform/
    include/tsl/platform/ctstring.h
    include/tsl/platform/ctstring_internal.h
    include/xla/
    include/xla/tsl/
    include/xla/tsl/c/
    include/xla/tsl/c/tsl_status.h
    ```
    PiperOrigin-RevId: 655742899
    ddunl authored and tensorflow-jenkins committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4766028 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76497 from tensorflow/r2.17-364b0cae088

    r2.17 cherry-pick: 364b0ca "Use `remap_paths` instead of `strip_prefix` for `//tensorflow/tools/lib_package:cheaders`"
    nitins17 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    30ed8fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac4cc89 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #76506 from tensorflow-jenkins/version-numbers-2.1…

    …7.1-24888
    
    Update version numbers for TensorFlow 2.17.1
    learning-to-play authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9e4fc3d View commit details
    Browse the repository at this point in the history
  2. Update RELEASE.md for 2.17.1

    rtg0795 authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9968f2e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge pull request #76600 from tensorflow/rtg0795-patch-1

    Update RELEASE.md for 2.17.1
    learning-to-play authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e94e729 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge pull request #72195 from tensorflow/r2.17-314385ab894

    r2.17 cherry-pick: 314385a "Bump minSdkVersion of TFL Android libs to 21."
    learning-to-play authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3c92ac0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

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