Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cached (0.04 sec)

  1. RELEASE.md

            in early_s in Estimator
        *   Canned Estimators will now use keras optimizers by default. An error
            will be raised if tf.train.Optimizers are used, and you will have to
            switch to tf.keras.optimizers or tf.compat.v1 canned Estimators.
        *   A checkpoint converter for canned Estimators has been provided to
            transition canned Estimators that are warm started from
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (3)
  2. lib/fips140/v1.0.0.zip

    // Add sets v = p + q, and returns v. func (v *Point) Add(p, q *Point) *Point { checkInitialized(p, q) qCached := new(projCached).FromP3(q) result := new(projP1xP1).Add(p, qCached) return v.fromP1xP1(result) } // Subtract sets v = p - q, and returns v. func (v *Point) Subtract(p, q *Point) *Point { checkInitialized(p, q) qCached := new(projCached).FromP3(q) result := new(projP1xP1).Sub(p, qCached) return v.fromP1xP1(result) } func (v *projP1xP1) Add(p *Point, q *projCached) *projP1xP1 { var YplusX,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top