Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TF_Version (0.12 sec)

  1. tensorflow/c/generate-pc.sh

                    "") shift 2 ;;
                    *) TF_VERSION=$2 ; shift 2 ;;
                esac ;;
            --) shift ; break ;;
            *) echo "Internal error! Try '$0 --help' for more information." ; exit 1 ;;
        esac
    done
    
    [ -z $TF_VERSION ] && echo "Specify a version using -v or --version" && exit 1
    
    echo "Generating pkgconfig file for TensorFlow $TF_VERSION in $TF_PREFIX"
    
    cat << EOF > tensorflow.pc
    prefix=${TF_PREFIX}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Aug 04 07:01:14 UTC 2019
    - 2.7K bytes
    - Viewed (0)
  2. .github/workflows/sigbuild-docker.yml

                tensorflow/build:latest-${{ matrix.python-version }}
                tensorflow/build:${{ steps.tf-version.outputs.TF_VERSION }}-${{ matrix.python-version }}
                gcr.io/tensorflow-sigs/build:latest-${{ matrix.python-version }}
                gcr.io/tensorflow-sigs/build:${{ steps.tf-version.outputs.TF_VERSION }}-${{ matrix.python-version }}
              cache-from: type=registry,ref=tensorflow/build:latest-${{ matrix.python-version }}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 18:43:43 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top