Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for _comps (0.15 sec)

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

    ---
    name: TensorFlow Lite Op Request
    about: Use this template for reporting Lite ops you are using or missing
    labels: 'comp:lite'
    
    ---
    
    **System information**
    - OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
    - TensorFlow installed from (source or binary):
    - TensorFlow version (or github SHA if from source):
    
    
    **Provide the text output from tflite_convert**
    
    ```
    # Copy and paste here
    ```
    
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Wed Jun 15 03:35:58 GMT 2022
    - 879 bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/testing.md

    !!! note "Technical Details"
        You could also use `from starlette.testclient import TestClient`.
    
        **FastAPI** provides the same `starlette.testclient` as `fastapi.testclient` just as a convenience for you, the developer. But it comes directly from Starlette.
    
    !!! tip
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 6.2K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/security/get-current-user.md

    We are already halfway there.
    
    We just need to add a *path operation* for the user/client to actually send the `username` and `password`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 16:31:18 GMT 2024
    - 7.6K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/path-params.md

    ```JSON
    {"item_id":3}
    ```
    
    !!! check
        ๐Ÿ‘€ ๐Ÿ‘ˆ ๐Ÿ’ฒ ๐Ÿ‘† ๐Ÿ”ข ๐Ÿ“จ (& ๐Ÿ“จ) `3`, ๐Ÿ `int`, ๐Ÿšซ ๐ŸŽป `"3"`.
    
        , โฎ๏ธ ๐Ÿ‘ˆ ๐Ÿ†Ž ๐Ÿ“„, **FastAPI** ๐Ÿค ๐Ÿ‘† ๐Ÿง ๐Ÿ“จ <abbr title="converting the string that comes from an HTTP request into Python data">"โœ"</abbr>.
    
    ## ๐Ÿ’ฝ ๐Ÿ”ฌ
    
    โœ‹๏ธ ๐Ÿšฅ ๐Ÿ‘† ๐Ÿšถ ๐Ÿ–ฅ <a href="http://127.0.0.1:8000/items/foo" class="external-link" target="_blank">http://127.0.0.1:8000/items/foo</a>, ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ‘€ ๐Ÿ‘Œ ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” โŒ:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  5. docs/zh/docs/deployment/deta.md

    ไปŽ API ๆ–‡ๆกฃ๏ผˆURL ๆ˜ฏ `https://gltnci.deta.dev/docs`๏ผ‰ๅ‘้€่ฏทๆฑ‚่‡ณ*่ทฏๅพ„ๆ“ไฝœ* `/items/{item_id}`ใ€‚
    
    ไพ‹ๅฆ‚๏ผŒID `5`ใ€‚
    
    ็Žฐๅœจ่ทณ่ฝฌ่‡ณ <a href="https://web.deta.sh/" class="external-link" target="_blank">https://web.deta.shใ€‚</a>
    
    ๅทฆ่พนๆ ๆœ‰ไธช <abbr title="it comes from Micro(server)">"Micros"</abbr> ๆ ‡็ญพ๏ผŒ้‡Œ้ขๆ˜ฏๆ‰€ๆœ‰็š„ๅบ”็”จใ€‚
    
    ่ฟ˜ๆœ‰ไธ€ไธช **Details** ๅ’Œ **Visor** ๆ ‡็ญพ๏ผŒ่ทณ่ฝฌๅˆฐ **Visor** ๆ ‡็ญพใ€‚
    
    ๅœจ่ฟ™้‡ŒๆŸฅ็œ‹ๆœ€่ฟ‘ๅ‘้€็ป™ๅบ”็”จ็š„่ฏทๆฑ‚ใ€‚
    
    ๆ‚จๅฏไปฅ็ผ–่พ‘ๆˆ–้‡ๆ–ฐไฝฟ็”จ่ฟ™ไบ›่ฏทๆฑ‚ใ€‚
    
    <img src="/img/deployment/deta/image02.png">
    
    ## ๆ›ดๅคšๅ†…ๅฎน
    
    Plain Text
    - Registered: Sun Mar 31 07:19:09 GMT 2024
    - Last Modified: Sun Jan 28 18:06:55 GMT 2024
    - 5.1K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/index.md

    The first step is to install FastAPI:
    
    <div class="termy">
    
    ```console
    $ pip install fastapi
    
    ---> 100%
    ```
    
    </div>
    
    !!! note
        When you install with `pip install fastapi` it comes with some default optional standard dependencies.
    
        If you don't want to have those optional dependencies, you can instead install `pip install fastapi-slim`.
    
    ## Advanced User Guide
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 5.9K bytes
    - Viewed (0)
  7. docs/es/docs/python-types.md

    * La variable `items_s` es un `set` y cada uno de sus รญtems es de tipo `bytes`.
    
    #### Diccionarios (Dicts)
    
    Para definir un `dict` le pasas 2 sub-tipos separados por comas.
    
    El primer sub-tipo es para los keys del `dict`.
    
    El segundo sub-tipo es para los valores del `dict`:
    
    ```Python hl_lines="1  4"
    {!../../../docs_src/python_types/tutorial008.py!}
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.2K bytes
    - Viewed (0)
Back to top