Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for probably (0.11 sec)

  1. docs/en/docs/release-notes.md

    ```
    
    ...before this change it would raise an error when resetting the context variable, because the `contextvars` context was different, because of the way it was implemented.
    
    **Note**: You probably don't need `contextvars`, and you should probably avoid using them. But they are powerful and useful in some advanced scenarios, for example, migrating from code that used Flask's `g` semi-global variable.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  2. RELEASE.md

                the first batch we "peek" from the generator. This used to happen
                implicitly in `Model._standardize_user_data`. Long-term, a solution
                where the `DataAdapter` doesn't need to call the Model is probably
                preferable.
        *   The SavedModel format now supports all Keras built-in layers (including
            metrics, preprocessing layers, and stateful RNN layers)
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  3. lib/fips140/v1.0.0.zip

    a + b, and returns v. func (v *Element) Add(a, b *Element) *Element { v.l0 = a.l0 + b.l0 v.l1 = a.l1 + b.l1 v.l2 = a.l2 + b.l2 v.l3 = a.l3 + b.l3 v.l4 = a.l4 + b.l4 // Using the generic implementation here is actually faster than the // assembly. Probably because the body of this function is so simple that // the compiler can figure out better optimizations by inlining the carry // propagation. return v.carryPropagateGeneri() } // Subtract sets v = a - b, and returns v. func (v *Element) Subtract(a,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Updated the API documentation for Service.Spec.IPFamily to warn that its exact
      semantics will probably change before the dual-stack feature goes GA, and users
      should look at ClusterIP or Endpoints, not IPFamily, to figure out if an existing
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top