Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Cut (0.15 sec)

  1. ci/official/containers/linux_arm64/build.sh

      TAG="latest-multi-python"
    else
      # If it is a change, grab a good tag for iterative builds
      if [[ -z "${KOKORO_GITHUB_PULL_REQUEST_NUMBER}" ]]; then
        TAG=$(head -n 1 "$KOKORO_PIPER_DIR/presubmit_request.txt" | cut -d" " -f2)
      else
        TAG="pr-${KOKORO_GITHUB_PULL_REQUEST_NUMBER}"
      fi
    fi
    
    # Build for both JAX and TF usage.  We do these in one place because they share
    # almost all of the same cache layers
    Shell Script
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Fri Nov 03 13:38:49 GMT 2023
    - 2.3K bytes
    - Viewed (0)
  2. RELEASE.md

        deprecated. Users should switch to
        [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests).
        TF's boosted trees code will be eliminated before the branch cut for TF 2.9
        and will no longer be present since that release.
    
    ## Security
    
    *   Fixes a floating point division by 0 when executing convolution operators
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top