Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for overkill (0.09 sec)

  1. RELEASE.md

        *   Added `tf.lookup.experimental.MutableHashTable`, which provides a
            generic mutable hash table implementation.
            *   Compared to `tf.lookup.experimental.DenseHashTable` this offers
                lower overall memory usage, and a cleaner API. It does not require
                specifying a `delete_key` and `empty_key` that cannot be inserted
                into the table.
    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

    r4 = addMul64(r4, a3, b1) r4 = addMul64(r4, a4, b0) // After the multiplication, we need to reduce (carry) the five coefficients // to obtain a result with limbs that are at most slightly larger than 2⁵¹, // to respect the Element invariant. // // Overall, the reduction works the same as carryPropagate, except with // wider inputs: we take the carry for each coefficient by shifting it right // by 51, and add it to the limb above it. The top carry is multiplied by 19 // according to the reduction identity...
    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