- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 1,467 for togo (0.06 seconds)
-
tensorflow/c/c_api.cc
if (!mutation_warning.empty()) { // TODO(b/74949947): turn this back into an error status LOG(WARNING) << mutation_warning; session->graph->sessions[session].clear(); } const auto num_nodes = graph.num_node_ids(); if (session->last_num_graph_nodes < num_nodes) { // TODO(nolivia): check this on a subset of the graph instead of all of // it.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0) -
docs/es/docs/features.md
### Breve { #short } Tiene **valores por defecto** sensatos para todo, con configuraciones opcionales en todas partes. Todos los parámetros se pueden ajustar finamente para hacer lo que necesitas y para definir el API que necesitas. Pero por defecto, todo **"simplemente funciona"**. ### Validación { #validation }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 10.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java
final CountDownLatch latch; TimedLatch(long countdownInMillis) { super(countdownInMillis); this.latch = new CountDownLatch(1); // TODO(cpovirk): automatically fail the test if this thread throws new Thread(new CountDown(latch, countdownInMillis)).start(); } @Override void awaitLatchUninterruptibly() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 38.1K bytes - Click Count (0) -
docs/es/docs/tutorial/body.md
Tu API casi siempre tiene que enviar un **response** body. Pero los clientes no necesariamente necesitan enviar **request bodies** todo el tiempo, a veces solo solicitan un path, quizás con algunos parámetros de query, pero no envían un body. Para declarar un **request** body, usas modelos de [Pydantic](https://docs.pydantic.dev/) con todo su poder y beneficios. /// info | Información
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 6.9K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc_expected.md
### Markdown ссылки на статические ресурсы { #markdown-link-to-static-assets } Это ссылки на статические ресурсы: * [FastAPI Logo](https://fastapi.tiangolo.com/img/fastapi-logo.png) * [FastAPI CSS](https://fastapi.tiangolo.com/css/fastapi.css) * [FastAPI JS](https://fastapi.tiangolo.com/js/fastapi.js) Инструмент НЕ должен добавлять код языка в их URL.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 10.9K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64sveenc.s
ZCMPHI Z0.H, Z2.H, P0.Z, P14.H // 5e004024 ZCMPHS Z0.H, Z2.H, P0.Z, P14.H // 4e004024 ZCMPHS Z0.D, Z12.S, P0.Z, P14.S // 8ec18024 // TODO: CMPLE // TODO: CMPLO // TODO: CMPLS // TODO: CMPLT ZCMPNE Z0.D, Z12.S, P0.Z, P14.S // 9e218024 ZCMPNE Z0.H, Z2.H, P0.Z, P14.H // 5ea04024 ZCNOT Z7.D, P4.M, Z13.D // edb0db04
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 17:02:17 GMT 2026 - 35.1K bytes - Click Count (0) -
ci/official/libtensorflow.sh
if [[ "$TFCI_NVIDIA_SMI_ENABLE" == 1 ]]; then tfrun nvidia-smi fi # Update the version numbers for Nightly only if [[ "$TFCI_NIGHTLY_UPDATE_VERSION_ENABLE" == 1 ]]; then python_bin=python3 # TODO(belitskiy): Add a `python3` alias/symlink to Windows Docker image. if [[ $(uname -s) = MSYS_NT* ]]; then python_bin="python" fi tfrun "$python_bin" tensorflow/tools/ci_build/update_version.py --nightly fi
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Fri Jan 24 20:17:08 GMT 2025 - 2K bytes - Click Count (0) -
android/guava/src/com/google/common/math/BigIntegerMath.java
* @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x} * is not a power of two */ @SuppressWarnings("fallthrough") // TODO(kevinb): remove after this warning is disabled globally public static int log2(BigInteger x, RoundingMode mode) { checkPositive("x", checkNotNull(x)); int logFloor = x.bitLength() - 1; switch (mode) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 18.8K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc.md
### Markdown ссылки на статические ресурсы { #markdown-link-to-static-assets } Это ссылки на статические ресурсы: * [FastAPI Logo](https://fastapi.tiangolo.com/img/fastapi-logo.png) * [FastAPI CSS](https://fastapi.tiangolo.com/css/fastapi.css) * [FastAPI JS](https://fastapi.tiangolo.com/js/fastapi.js) Инструмент НЕ должен добавлять код языка в их URL.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 11.2K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 36.5K bytes - Click Count (0)