Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 11 for TfLite (0.23 seconds)

  1. .github/ISSUE_TEMPLATE/tflite-other.md

    TensorFlower Gardener <******@****.***> 1672352909 -0800
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Dec 29 22:28:29 GMT 2022
    - 3.4K bytes
    - Click Count (0)
  2. .github/ISSUE_TEMPLATE/tflite-converter-issue.md

    ---
    name: TensorFlow Lite Converter Issue
    about: Use this template for reporting issues during model conversion to TFLite
    labels: 'TFLiteConverter'
    
    ---
    
    ### 1. System information
    
    - OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
    - TensorFlow installation (pip package or built from source):
    - TensorFlow library (version, if pip package or github SHA, if built from source):
    
    ### 2. Code
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jun 15 03:35:58 GMT 2022
    - 2.1K bytes
    - Click Count (0)
  3. .github/ISSUE_TEMPLATE/tflite-op-request.md

    A. Unique TensorFlower <******@****.***> 1655263956 -0700
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jun 15 03:35:58 GMT 2022
    - 879 bytes
    - Click Count (0)
  4. .github/ISSUE_TEMPLATE/tflite-in-play-services.md

    A. Unique TensorFlower <******@****.***> 1655263956 -0700
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jun 15 03:35:58 GMT 2022
    - 880 bytes
    - Click Count (0)
  5. RELEASE.md

        *  The `tflite::SignatureRunner` class, which provides support for named parameters and for multiple named computations within a single TF Lite model, is no longer considered experimental. Likewise for the following signature-related methods of `tflite::Interpreter`:
    
           *   `tflite::Interpreter::GetSignatureRunner`
           *   `tflite::Interpreter::signature_keys`
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
  6. .gitignore

    # iOS
    *.pbxproj
    *.xcworkspace
    /*.podspec
    /tensorflow/lite/**/coreml/**/BUILD
    /tensorflow/lite/**/ios/BUILD
    /tensorflow/lite/**/objc/BUILD
    /tensorflow/lite/**/swift/BUILD
    /tensorflow/lite/examples/ios/simple/data/*.tflite
    /tensorflow/lite/examples/ios/simple/data/*.txt
    Podfile.lock
    Pods
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 17 21:30:22 GMT 2026
    - 963 bytes
    - Click Count (0)
  7. .bazelrc

    #     rbe_linux_cuda_nvcc:            RBE options to build with GPU support using nvcc.
    #
    # Embedded Linux options (experimental and only tested with TFLite build yet)
    #     elinux:          General Embedded Linux options shared by all flavors.
    #     elinux_aarch64:  Embedded Linux options for aarch64 (ARM64) CPU support.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 58.9K bytes
    - Click Count (0)
  8. tensorflow/BUILD

        define_values = {"litert_prefixes": "external/org_tensorflow/"},
        visibility = ["//visibility:public"],
    )
    
    # This flag disables generating tensorflow.lite.python under LiteRT repo.
    # Avoid using flag for creating tflite wheels as tensorflow/lite is not yet fully split from tf.
    config_setting(
        name = "disable_tf_lite_py",
        define_values = {"disable_tf_lite_py": "true"},
        visibility = ["//visibility:public"],
    )
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 24 21:00:18 GMT 2026
    - 53.1K bytes
    - Click Count (0)
  9. docs/fr/docs/_llm-test.md

    * [Lien FastAPI](https://fastapi.tiangolo.com/fr/)
    
    ////
    
    //// tab | Info
    
    Les liens doivent être traduits, mais leur adresse doit rester inchangée. Exception faite des liens absolus vers des pages de la documentation FastAPI. Dans ce cas, il faut pointer vers la traduction.
    
    Voir la section `### Links` dans l’invite générale dans `scripts/translate.py`.
    
    ////
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.8K bytes
    - Click Count (0)
  10. docs/fr/docs/tutorial/bigger-applications.md

    Et nous pouvons ajouter une liste de `dependencies` qui seront ajoutées à tous les *chemins d'accès* du routeur et seront exécutées/résolues pour chaque requête qui leur est faite.
    
    /// tip | Astuce
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 21.4K bytes
    - Click Count (0)
Back to Top