HomeSort by relevance Sort by last modified time
    Searched refs:WHL_PATH (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/tools/ci_build/builds/
docker_test.sh 20 # Usage: docker_test.sh <IMAGE_TYPE> <TAG> <WHL_PATH>
24 # WHL_PATH : Path to the whl file to be installed inside the docker image
52 die "Usage: $(basename $0) <IMAGE_TYPE> <TAG> <WHL_PATH>"
56 WHL_PATH=$3
87 test -f ${WHL_PATH} || \
88 die "whl file does not exist: ${WHL_PATH}"
92 cp "${WHL_PATH}" "${TMP_WHL_DIR}/" || \
93 die "FAILED to copy whl file from ${WHL_PATH} to ${TMP_WHL_DIR}/"
pip.sh 194 WHL_PATH=$(ls ${PIP_WHL_DIR}/${PROJECT_NAME}*.whl)
195 if [[ $(echo ${WHL_PATH} | wc -w) -ne 1 ]]; then
202 echo "Size of the PIP wheel file built: $(ls -l ${WHL_PATH} | awk '{print $5}')"
222 WHL_DIR=$(dirname "${WHL_PATH}")
223 WHL_BASE_NAME=$(basename "${WHL_PATH}")
244 echo "auditwheel repairing ${WHL_PATH}"
245 auditwheel repair -w ${WHL_DIR} ${WHL_PATH}
248 WHL_PATH=${AUDITED_WHL_NAME}
249 echo "Repaired manylinx1 wheel file at: ${WHL_PATH}"
255 WHL_PATH=${AUDITED_WHL_NAME
    [all...]

Completed in 58 milliseconds