Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for decompressor (0.07 sec)

  1. lib/fips140/v1.0.0.zip

    := range []uint8{1, 4, 10} { for a := uint16(0); a < 1<<bits; a++ { f := decompress(a, bits) if f >= q { t.Fatalf("decompress(%d, %d) = %d >= q", a, bits, f) } got := compress(f, bits) if got != a { t.Fatalf("compress(decompress(%d, %d), %d) = %d", a, bits, bits, got) } } for a := fieldElement(0); a < q; a++ { c := compress(a, bits) if c >= 1<<bits { t.Fatalf("compress(%d, %d) = %d >= 2^bits", a, bits, c) } got := decompress(c, bits) diff := min(a-got, got-a, a-got+q, got-a+q) ceil := q / (1 << bits)...
    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

    *   New features for TensorBoard, such as shape display, exponential smoothing
    *   Faster and more stable Google Cloud Storage (GCS) filesystem support
    *   Support for zlib compression and decompression for TFRecordReader and
        TFRecordWriter
    *   Support for reading (animated) GIFs
    *   Improved support for SparseTensor
    *   Added support for more probability distributions (Dirichlet, Beta,
    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