- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for Reconstruct (0.09 seconds)
-
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 Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
CHANGELOG/CHANGELOG-1.19.md
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jan 05 05:42:32 GMT 2022 - 489.7K bytes - Click Count (0) -
lib/fips140/v1.26.0.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 Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0)