Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 109 for cola (0.06 sec)

  1. .github/ISSUE_TEMPLATE/tflite-op-request.md

    ```
    # Copy and paste here
    ```
    
    **Standalone code to reproduce the issue** 
    Provide a reproducible test case that is the bare minimum necessary to generate
    the problem. If possible, please share a link to Colab/Jupyter/any notebook.
    
    Also, please include a link to a GraphDef or the model if possible.
    
    **Any other info / logs**
    
    Include any logs or source code that would be helpful to diagnose the problem.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Jun 15 03:35:58 UTC 2022
    - 879 bytes
    - Viewed (0)
  2. docs/fr/docs/project-generation.md

    Vous êtes toujours libre d'utiliser le générateur basé sur Couchbase si vous le voulez, cela devrait probablement fonctionner correctement, et si vous avez déjà un projet généré en utilisant ce dernier, cela devrait fonctionner aussi (et vous l'avez déjà probablement mis à jour suivant vos besoins).
    
    Vous pouvez en apprendre plus dans la documentation du dépôt GithHub.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java

       */
    
      /**
       * This implements the following function where coldInterval = coldFactor * stableInterval.
       *
       * <pre>
       *          ^ throttling
       *          |
       *    cold  +                  /
       * interval |                 /.
       *          |                / .
       *          |               /  .   ← "warmup period" is the area of the trapezoid between
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/tflite-other.md

        reproduce the issue description: Provide a reproducible test case that is
        the bare minimum necessary to generate the problem. If possible, please
        share a link to Colab/Jupyter/any notebook. placeholder: Tell us what you
        see! value: render: shell validations: required: true
    
    -   type: textarea id: logs attributes: label: Relevant log output description:
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Dec 29 22:28:29 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  5. docs/fr/docs/advanced/path-operation-advanced-configuration.md

    ```
    
    /// tip | "Astuce"
    
    Si vous appelez manuellement `app.openapi()`, vous devez mettre à jour les `operationId` avant.
    
    ///
    
    /// warning | "Attention"
    
    Pour faire cela, vous devez vous assurer que chacun de vos *chemin* ait un nom unique.
    
    Même s'ils se trouvent dans des modules différents (fichiers Python).
    
    ///
    
    ## Exclusion d'OpenAPI
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. docs/fr/docs/benchmarks.md

        * On n'écrit pas une application avec uniquement Uvicorn. Cela signifie que le code devrait inclure plus ou moins, au minimum, tout le code offert par Starlette (ou **FastAPI**). Et si on fait cela, l'application finale apportera les mêmes complications que si on avait utilisé un framework et que l'on avait minimisé la quantité de code et de bugs.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Jul 27 18:49:56 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  7. CONTRIBUTING.md

      * If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an [individual CLA](https://code.google.com/legal/individual-cla-v1.0.html).
      * If you work for a company that wants to allow you to contribute your work, then you'll need to sign a [corporate CLA](https://code.google.com/legal/corporate-cla-v1.0.html).
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 23 06:20:12 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/fess/ca/protwords.txt

    Hola
    món
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Jun 11 12:51:31 UTC 2016
    - 17 bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/es/protwords.txt

    ¡Hola
    mundo
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Jun 11 12:51:31 UTC 2016
    - 22 bytes
    - Viewed (0)
  10. CONTRIBUTING.md

    something that integrates with OkHttp, tell us so that we can link it!
    
    Before code can be accepted all contributors must complete our
    [Individual Contributor License Agreement (CLA)][cla].
    
    
    Code Contributions
    ------------------
    
    Get working code on a personal branch with tests passing before you submit a PR:
    
    ```
    ./gradlew clean check
    ```
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Feb 14 08:26:50 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top