- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Comparable (0.07 sec)
-
RELEASE.md
* `tf.contrib.data` * Deprecate, and replace by tf.data.experimental. * Other: * Instead of jemalloc, revert back to using system malloc since it simplifies build and has comparable performance. * Remove integer types from `tf.nn.softplus` and `tf.nn.softsign` OpDefs. This is a bugfix; these ops were never meant to support integers. * Allow subslicing Tensors with a single dimension.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
(-B)") } if I.Equal(checkLhs) != 1 { t.Error("B - B != 0") } if I.Equal(checkRhs) != 1 { t.Error("B + (-B) != 0") } checkOnCurve(t, checkLhs, checkRhs, Bneg) } func TestComparable(t *testing.T) { if reflect.TypeOf(Point{}).Comparable() { t.Error("Point is unexpectedly comparable") } } func TestInvalidEncodings(t *testing.T) { // An invalid point, that also happens to have y > p. invalid := "efffffffffffffffffff" p := NewGeneratorPoint() if out, err := p.SetBytes(decodeHex(invalid)); err == nil { t.Error("expected...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
api/go1.20.txt
pkg os/exec, type Cmd struct, WaitDelay time.Duration #50436 pkg os/exec, var ErrWaitDelay error #50436 pkg path/filepath, func IsLocal(string) bool #56219 pkg path/filepath, var SkipAll error #47209 pkg reflect, method (Value) Comparable() bool #46746 pkg reflect, method (Value) Equal(Value) bool #46746 pkg reflect, method (Value) Grow(int) #48000 pkg reflect, method (Value) SetZero() #52376 pkg regexp/syntax, const ErrLarge ErrorCode #56041
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0)