- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 459 for _tool_ (0.03 sec)
-
docs/zh-hant/docs/tutorial/query-param-models.md
如果客戶端嘗試在**查詢參數**中發送一些**額外的**資料,他們將會收到一個**錯誤**回應。 例如,如果客戶端嘗試發送一個值為 `plumbus` 的 `tool` 查詢參數,如: ```http https://example.com/items/?limit=10&tool=plumbus ``` 他們將收到一個**錯誤**回應,告訴他們查詢參數 `tool` 是不允許的: ```json { "detail": [ { "type": "extra_forbidden", "loc": ["query", "tool"], "msg": "Extra inputs are not permitted", "input": "plumbus" }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Nov 27 22:14:10 UTC 2024 - 2K bytes - Viewed (0) -
ci/official/installer_wheel.sh
# Update the version numbers for Nightly only if [[ "$TFCI_NIGHTLY_UPDATE_VERSION_ENABLE" == 1 ]]; then python3 tensorflow/tools/ci_build/update_version.py --nightly fi # This generates a pure python wheel of the format "*-py3-none-any.whl" bazel run --HERMETIC_PYTHON_VERSION=3.13 //tensorflow/tools/pip_package:setup_py_binary -- bdist_wheel --dist-dir "$TFCI_OUTPUT_DIR" # Get the name of the pure python wheel that was built. This should
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Mar 04 22:39:12 UTC 2025 - 3.5K bytes - Viewed (0) -
ci/official/utilities/code_check_changed_files.bats
python -m pylint --rcfile=tensorflow/tools/ci_build/pylintrc --score false \ | grep -v "**** Module" \ | tee $BATS_TEST_TMPDIR/needs_help.txt [[ ! -s $BATS_TEST_TMPDIR/needs_help.txt ]] } @test "API compatibility test passes, ensuring no unexpected changes to the TF API" { bazel test $TFCI_BAZEL_COMMON_ARGS //tensorflow/tools/api/tests:api_compatibility_test
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Jan 10 19:39:41 UTC 2024 - 4K bytes - Viewed (0) -
ci/official/containers/ml_build/cuda12.1_cudnn9.8.packages.txt
# All required CUDA packages cuda-compat-12-1 cuda-command-line-tools-12-1 cuda-cudart-dev-12-1 cuda-nvcc-12-1 cuda-cupti-12-1 cuda-nvprune-12-1 cuda-libraries-12-1 cuda-libraries-dev-12-1 cuda-nvml-dev-12-1 libcufft-12-1 libcurand-12-1 libcusolver-dev-12-1 libcusparse-dev-12-1 libcublas-12-1 libcublas-dev-12-1 libnccl-dev=2.18.3-1+cuda12.1 libnccl2=2.18.3-1+cuda12.1
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Mar 21 01:02:41 UTC 2025 - 534 bytes - Viewed (0) -
ci/official/containers/ml_build/cuda12.3_cudnn9.1.packages.txt
# All required CUDA packages cuda-compat-12-3 cuda-command-line-tools-12-3 cuda-cudart-dev-12-3 cuda-nvcc-12-3 cuda-cupti-12-3 cuda-nvprune-12-3 cuda-libraries-12-3 cuda-libraries-dev-12-3 cuda-nvml-dev-12-3 libcufft-12-3 libcurand-12-3 libcusolver-dev-12-3 libcusparse-dev-12-3 libcublas-12-3 libcublas-dev-12-3 libnccl-dev=2.19.3-1+cuda12.3 libnccl2=2.19.3-1+cuda12.3
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Feb 18 20:42:21 UTC 2025 - 535 bytes - Viewed (0) -
.generated_files
# Files that should be ignored by tools which do not want to consider generated # code. # # https://github.com/kubernetes/test-infra/blob/master/prow/plugins/size/size.go # # This file is a series of lines, each of the form: # <type> <name> # # Type can be: # path - an exact path to a single file # file-name - an exact leaf filename, regardless of path # path-prefix - a prefix match on the file path
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Oct 04 23:47:25 UTC 2022 - 750 bytes - Viewed (0) -
docs/es/docs/tutorial/header-param-models.md
Por ejemplo, si el cliente intenta enviar un header `tool` con un valor de `plumbus`, recibirán un response de **error** indicando que el parámetro de header `tool` no está permitido: ```json { "detail": [ { "type": "extra_forbidden", "loc": ["header", "tool"], "msg": "Extra inputs are not permitted", "input": "plumbus", }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 1.9K bytes - Viewed (0) -
.zenodo.json
{ "description": "TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.", "license": "Apache-2.0", "title": "TensorFlow", "upload_type": "software", "creators": [ { "name": "TensorFlow Developers" }
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 18 19:19:25 UTC 2021 - 741 bytes - Viewed (0) -
CODEOWNERS
/tensorflow/core/kernels/sparse/ @penpornk /tensorflow/core/nccl/ @azaks2 @chsigg /tensorflow/python/autograph/ @mdanatg /tensorflow/python/debug @caisq /tensorflow/python/eager @rohan100jain /tensorflow/tools/docs/ @markdaoust /tensorflow/compiler/mlir/ @aminim /tensorflow/core/ir/ @aminim /tensorflow/core/transforms/ @aminim
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri May 27 21:02:49 UTC 2022 - 563 bytes - Viewed (0) -
docs/ru/docs/tutorial/query-param-models.md
Например, если клиент попытается отправить query-параметр `tool` с значением `plumbus`, в виде: ```http https://example.com/items/?limit=10&tool=plumbus ``` То в ответ он получит **ошибку**, сообщающую ему, что query-параметр `tool` не разрешен: ```json { "detail": [ { "type": "extra_forbidden", "loc": ["query", "tool"], "msg": "Extra inputs are not permitted",
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 13:00:54 UTC 2024 - 3.3K bytes - Viewed (0)