Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for deflated (0.07 sec)

  1. RELEASE.md

        * Python API:
          * `tf.lite.Interpreter` gives deprecation warning redirecting to its new
            location at `ai_edge_litert.interpreter`, as the API
            `tf.lite.Interpreter` will be deleted in TF 2.20. See the
            [migration guide](https://ai.google.dev/edge/litert/migration) for
            details.
    
    ### Known Caveats
    
    ### Major Features and Improvements
    
    *  `tf.lite`
    Registered: 2025-05-27 12:39
    - Last Modified: 2025-04-21 16:40
    - 738.1K bytes
    - Viewed (0)
  2. manifests/charts/base/files/crd-all.gen.yaml

                                        type: integer
                                    type: object
                                  tls:
                                    description: TLS related settings for connections
                                      to the upstream service.
                                    properties:
                                      caCertificates:
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-05-22 14:52
    - 812.6K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

        * This is useful while calling external services, performing costly computation, etc.
        * This also means that if a dependency was declared as a *path operation decorator* dependency, possibly at the router level (with `.include_router()`) and then it is declared again in a specific *path operation*, the dependency will be called only once.
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-05-22 09:45
    - 522.5K bytes
    - Viewed (0)
  4. lib/fips140/v1.0.0.zip

    license that can be found in the LICENSE file. package drbg import ( "crypto/internal/entropy" "crypto/internal/fips140" "crypto/internal/randutil" "crypto/internal/sysrand" "io" "sync" ) var drbgs = sync.Pool{ New: func() any { var c *Counter entropy.Depleted(func(seed *[48]byte) { c = NewCounter(seed) }) return c }, } // Read fills b with cryptographically secure random bytes. In FIPS mode, it // uses an SP 800-90A Rev. 1 Deterministic Random Bit Generator (DRBG). // Otherwise, it uses the operating...
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-01-29 15:10
    - 635K bytes
    - Viewed (0)
Back to top