Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for coefficients (0.08 sec)

  1. lib/fips140/v1.0.0.zip

    reflect the GCM // standard and make binary.BigEndian suitable for marshaling these values, the // bits are stored in big endian order. For example: // // the coefficient of x⁰ can be obtained by v.low >> 63. // the coefficient of x⁶³ can be obtained by v.low & 1. // the coefficient of x⁶⁴ can be obtained by v.high >> 63. // the coefficient of x¹²⁷ can be obtained by v.high & 1. type gcmFieldElement struct { low, high uint64 } // GHASH is exposed to allow crypto/cipher to implement non-AES GCM modes....
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. RELEASE.md

            `tf.contrib.data.sloppy_interleave()`.
    *   Add `train_and_evaluate` for simple distributed `Estimator` training.
    *   Add `tf.spectral.dct` for computing the DCT-II.
    *   Add Mel-Frequency Cepstral Coefficient support to `tf.contrib.signal` (with
        GPU and gradient support).
    *   Add a self-check on `import tensorflow` for Windows DLL issues.
    *   Add NCHW support to `tf.depth_to_space` on GPU.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top