- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 24 for mlir (0.02 seconds)
-
tensorflow/c/eager/BUILD
"//tensorflow/c/experimental/gradients:not_differentiable", "//tensorflow/c/experimental/gradients/tape:tape_context", "//tensorflow/c/experimental/ops", "//tensorflow/compiler/mlir/tensorflow/c:mlir_c_api_registration", "//tensorflow/core:lib", "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core:test_main",Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 24 06:18:31 GMT 2026 - 33.3K bytes - Click Count (0) -
ci/official/utilities/code_check_full.bats
# grep patterns for packages whose dependencies can be ignored cat > $BATS_TEST_TMPDIR/ignore_deps_for_these_packages <<EOF //tensorflow/lite //tensorflow/compiler/mlir/lite //tensorflow/compiler/mlir/tfrt //tensorflow/core/runtime_fallback //tensorflow/core/tfrt //tensorflow/python/kernel_tests/signal //tensorflow/examples //tensorflow/tools/android //tensorflow/python/eager/benchmarks EOF
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 28 22:41:17 GMT 2026 - 13.6K bytes - Click Count (0) -
tensorflow/c/eager/c_api_unified_experimental_test.cc
TF_DeleteExecutionContext(graph_ctx); } // The above tests are run for a combination of: // - graphdef and MLIR tracing engine INSTANTIATE_TEST_SUITE_P(Tracing, UnifiedCAPI, ::testing::Combine(::testing::Values("graphdef", "mlir"), ::testing::Values(false))); } // namespace
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 39.1K bytes - Click Count (0) -
tensorflow/c/eager/immediate_execution_context.h
virtual absl::Status RegisterCustomDevice( const string& name, std::unique_ptr<CustomDevice> device) = 0; // Return FunctionLibraryDefinition. Transformations need to use it to use it // to invoke MLIR compiler passes. virtual FunctionLibraryDefinition* FuncLibDef() = 0; // Resets the global rendezvous used for functions. virtual void ResetGlobalRendezvousForFunction() = 0;
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 12.3K bytes - Click Count (0) -
tensorflow/c/BUILD
# copybara:uncomment_begin(google-only) # "//tensorflow/cc/experimental/tf2:__pkg__", # "//tensorflow/cc/experimental/tf2:__subpackages__", # copybara:uncomment_end "//tensorflow/compiler/mlir/tensorflow/c:__subpackages__", "//tensorflow/core/transforms:__subpackages__", ], deps = [ ":c_api_macros_hdrs", "@xla//xla/tsl/c:tsl_status",Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 17 18:49:14 GMT 2026 - 30.3K bytes - Click Count (0) -
docs/de/docs/help-fastapi.md
Sie können sich mit [mir (Sebastián Ramírez / `tiangolo`)](https://tiangolo.com), dem Autor, vernetzen. Sie können: * [Mir auf **GitHub** folgen](https://github.com/tiangolo). * Andere Open-Source-Projekte sehen, die ich erstellt habe und die Ihnen helfen könnten. * Mir folgen, um zu sehen, wenn ich ein neues Open-Source-Projekt erstelle.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/tr/docs/advanced/custom-response.md
Yukarıda okuduğunuz gibi, bir miktar text veya bytes alır ve HTML response döndürür. ### `PlainTextResponse` { #plaintextresponse } Bir miktar text veya bytes alır ve düz metin response döndürür. {* ../../docs_src/custom_response/tutorial005_py310.py hl[2,7,9] *} ### `JSONResponse` { #jsonresponse } Bir miktar veri alır ve `application/json` olarak encode edilmiş bir response döndürür.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.9K bytes - Click Count (0) -
docs/tr/docs/tutorial/dependencies/dependencies-with-yield.md
Aynı exception'ı `raise` ile tekrar fırlatabilirsiniz: {* ../../docs_src/dependencies/tutorial008d_an_py310.py hl[17] *} Artık client yine aynı *HTTP 500 Internal Server Error* response'unu alır, ama server log'larda bizim özel `InternalError`'ımızı görür. 😎 ## `yield` Kullanan Dependency'lerin Çalıştırılması { #execution-of-dependencies-with-yield }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 13.4K bytes - Click Count (0) -
docs/tr/docs/advanced/security/oauth2-scopes.md
İlk değişiklik, artık OAuth2 security scheme'ini iki adet kullanılabilir scope ile tanımlamamız: `me` ve `items`. `scopes` parametresi; her scope'un key, açıklamasının ise value olduğu bir `dict` alır: {* ../../docs_src/security/tutorial005_an_py310.py hl[63:66] *} Bu scope'ları tanımladığımız için, login/authorize yaptığınızda API dokümanlarında görünecekler.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 14.7K bytes - Click Count (0) -
docs/tr/docs/tutorial/dependencies/index.md
Ve bu fonksiyon da, *path operation function*'lar gibi parametre alır. /// tip | İpucu Fonksiyonların dışında başka hangi "şeylerin" dependency olarak kullanılabildiğini bir sonraki bölümde göreceksiniz. /// Yeni bir request geldiğinde, **FastAPI** şunları sizin yerinize yapar: * Dependency ("dependable") fonksiyonunuzu doğru parametrelerle çağırır. * Fonksiyonunuzun sonucunu alır.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.2K bytes - Click Count (0)