Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. RELEASE.md

            TensorFloat-32 is enabled by default, but can be disabled with
            `tf.config.experimental.enable_tensor_float_32_execution`.
    *   `tf.math`:
        *   Adds `tf.math.erfcinv`, the inverse to `tf.math.erfc`.
    *   `tf.nn`:
        *   `tf.nn.max_pool2d` now supports explicit padding.
    *   `tf.image`:
        *   Adds deterministic `tf.image.stateless_random_*` functions for each
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  2. lib/fips140/v1.0.0.zip

    nonce, ciphertext, data []byte) ([]byte, error) { fips140.RecordApproved() return g.g.Open(dst, nonce, ciphertext, data) } // NewGCMForTLS12 returns a new AEAD that works like GCM, but enforces the // construction of nonces as specified in RFC 5288, Section 3 and RFC 9325, // Section 7.2.1. // // This complies with FIPS 140-3 IG C.H Scenario 1.a. func NewGCMForTLS12(cipher *aes.Block) (*GCMForTLS12, error) { g, err := newGCM(&GCM{}, cipher, gcmStandardNonceSize, gcmTagSize) if err != nil { return nil,...
    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