Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 111 (0.04 sec)

  1. api/go1.14.txt

    pkg debug/dwarf, const AttrSmall = 93
    pkg debug/dwarf, const AttrSmall Attr
    pkg debug/dwarf, const AttrStrOffsetsBase = 114
    pkg debug/dwarf, const AttrStrOffsetsBase Attr
    pkg debug/dwarf, const AttrStringLengthBitSize = 111
    pkg debug/dwarf, const AttrStringLengthBitSize Attr
    pkg debug/dwarf, const AttrStringLengthByteSize = 112
    pkg debug/dwarf, const AttrStringLengthByteSize Attr
    pkg debug/dwarf, const AttrThreadsScaled = 98
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Added `tf.linalg.tridiagonal_mul op`.
        *   Added GPU implementation of `tf.linalg.tridiagonal_matmul`.
        *   Added `LinearOperatorToeplitz`.
        *   Upgraded LIBXSMM to version 1.11.
        *   Uniform processing of quantized embeddings by Gather and EmbeddingLookup
            Ops.
        *   Correct a misstatement in the documentation of the sparse softmax cross
            entropy logit parameter.
    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

    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 and added to the lowest limb. // // The largest coefficient (r0) will be at most 111 bits, which guarantees // that all carries are at most 111 - 51 = 60 bits, which fits in a uint64. // // r0 = a0×b0 + 19×(a1×b4 + a2×b3 + a3×b2 + a4×b1) // r0 < 2⁵²×2⁵² + 19×(2⁵²×2⁵² + 2⁵²×2⁵² + 2⁵²×2⁵² + 2⁵²×2⁵²) // r0 < (1 + 19 × 4) × 2⁵² × 2⁵² //...
    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