Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 19 for mlir (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. docs/tr/docs/alternatives.md

    /// check | **FastAPI** bunu şurada kullanır
    
    Tüm veri doğrulama, veri dönüşümü ve JSON Schema tabanlı otomatik model dökümantasyonunu halletmekte.
    
    **FastAPI** daha sonra bu JSON Schema verisini alır ve (yaptığı diğer şeylerin yanı sıra) OpenAPI içine yerleştirir.
    
    ///
    
    ### [Starlette](https://www.starlette.dev/) { #starlette }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 24K bytes
    - Click Count (0)
  9. docs/tr/docs/advanced/generate-clients.md

    FastAPI, her *path operation* için bir **unique ID** kullanır. Bu ID, **operation ID** için ve ayrıca request/response'lar için gerekebilecek özel model isimleri için de kullanılır.
    
    Bu fonksiyonu özelleştirebilirsiniz. Bir `APIRoute` alır ve string döndürür.
    
    Örneğin burada ilk tag'i (muhtemelen tek tag'iniz olur) ve *path operation* adını (function adı) kullanıyor.
    
    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)
  10. docs/tr/docs/deployment/docker.md

    * Container image'ınızı sizin için çalıştıran bir cloud servisi kullanırken, vb.
    
    ### Paket Gereksinimleri { #package-requirements }
    
    Uygulamanızın **paket gereksinimleri** genelde bir dosyada yer alır.
    
    Bu, gereksinimleri **yüklemek** için kullandığınız araca göre değişir.
    
    En yaygın yöntem, paket adları ve versiyonlarının satır satır yazıldığı bir `requirements.txt` dosyasına sahip olmaktır.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 29.6K bytes
    - Click Count (0)
Back to Top