Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 13 of 13 for celebration (0.08 seconds)

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

  1. docs/pt/docs/advanced/openapi-callbacks.md

    ```
    https://www.external.org/events/invoices/2expen51ve
    ```
    
    com um corpo JSON contendo algo como:
    
    ```JSON
    {
        "description": "Payment celebration",
        "paid": true
    }
    ```
    
    e esperaria uma resposta daquela *API externa* com um corpo JSON como:
    
    ```JSON
    {
        "ok": true
    }
    ```
    
    /// tip | Dica
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 8.1K bytes
    - Click Count (0)
  2. docs/ko/docs/advanced/openapi-callbacks.md

    ```
    https://www.external.org/events/invoices/2expen51ve
    ```
    
    그리고 다음과 같은 JSON body를 포함할 것입니다:
    
    ```JSON
    {
        "description": "Payment celebration",
        "paid": true
    }
    ```
    
    또한 그 *external API*로부터 다음과 같은 JSON body 응답을 기대합니다:
    
    ```JSON
    {
        "ok": true
    }
    ```
    
    /// tip | 팁
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 8.6K bytes
    - Click Count (0)
  3. RELEASE.md

        *   `converter.convert()` no longer returns a `tf.function`. Now the
            function must be accessed from the saved model.
        *   The `converter.calibrate()` method has been removed. To trigger
            calibration, a `calibration_input_fn` should be provided to
            `converter.convert()`.
    
    *   Other:
    
        *   Fix accidental quadratic graph construction cost in graph-mode
            `tf.gradients()`.
    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)
Back to Top