- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 254 (0.05 sec)
-
api/go1.14.txt
pkg syscall (freebsd-arm64), const IPPROTO_NSP ideal-int pkg syscall (freebsd-arm64), const IPPROTO_NVPII = 11 pkg syscall (freebsd-arm64), const IPPROTO_NVPII ideal-int pkg syscall (freebsd-arm64), const IPPROTO_OLD_DIVERT = 254 pkg syscall (freebsd-arm64), const IPPROTO_OLD_DIVERT ideal-int pkg syscall (freebsd-arm64), const IPPROTO_OSPFIGP = 89 pkg syscall (freebsd-arm64), const IPPROTO_OSPFIGP ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
RELEASE.md
* Introduces base implementations of ClusterResolvers. * Unify memory representations of TensorShape and PartialTensorShape. As a consequence, tensors now have a maximum of 254 dimensions, not 255. * Changed references to LIBXSMM to use version 1.8.1. * TensorFlow Debugger (tfdbg): * Display summaries of numeric tensor values with the `-s` flag to command
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
(*P256Point, error) { s, err := new(p256OrdElement).SetBytes(scalar) if err != nil { return nil, err } // Start scanning the window from the most significant bits. We move by // 5 bits at a time and need to finish at -1, so -1 + 5 * 51 = 254. index := 254 sel, sign := boothW5(s.Rsh(index)) // sign is always zero because the boothW5 input here is at // most two bits long, so the top bit is never set. _ = sign // Neither Select nor Add have exceptions for the point at infinity / // selector zero, so we...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)