Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for Reconstruct (0.08 seconds)

  1. RELEASE.md

    *   `tf.SavedModel`
    
        *   Introduced class method `tf.saved_model.experimental.Fingerprint.from_proto(proto)`, which can be used to construct a `Fingerprint` object directly from a protobuf.
        *   Introduced member method `tf.saved_model.experimental.Fingerprint.singleprint()`, which provides a convenient way to uniquely identify a SavedModel.
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Tue Oct 28 22:27:41 GMT 2025
    - 740.4K bytes
    - Click Count (3)
  2. CHANGELOG/CHANGELOG-1.19.md

      E0303 17:25:03.436809 63839 helpers.go:680] eviction manager: failed to construct signal: "allocatableMemory.available" error: system container "pods" not found in metrics ([#88970](https://github.com/kubernetes/kubernetes/pull/88970), [@mysunshine92](https://github.com/mysunshine92)) [SIG Node]
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Click Count (0)
  3. lib/fips140/v1.1.0-rc1.zip

    err := fieldToMontgomery(uint32(t1) << 13) if err != nil { t.Fatalf("power2Round(%d): failed to convert high part to Montgomery: %v", x, err) } if r := fieldFromMontgomery(fieldAdd(hi, t0)); r != x { t.Fatalf("power2Round(%d) = (%d, %d), which reconstructs to %d, expected %d", x, t1, t0, r, x) } } } func SpecDecompose(rr fieldElement, p parameters) (R1 uint32, R0 int32) { r := fieldFromMontgomery(rr) if (q-1)%p.γ2 != 0 { panic("mldsa: internal error: unsupported denγ2") } γ2 := (q - 1) / uint32(p.γ2)...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top