- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for integers (0.06 sec)
-
RELEASE.md
* 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. * Add option to calculate string length in Unicode characters.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'index.admin.integer.fields'. <br> * The value is, e.g. <br> * comment: Integer-type fields for admin in the index. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexAdminIntegerFields(); /** * Get the value for the key 'index.admin.integer.fields' as {@link Integer}. <br> * The value is, e.g. <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
this means e needs to be odd. if pub.E&1 == 0 { return false, errors.New("crypto/rsa: public exponent is even") } // FIPS 186-5, Section 5.5(e): "The exponent e shall be an odd, positive // integer such that 2¹⁶ < e < 2²⁵⁶." if pub.E <= 1<<16 { fipsApproved = false } // We require pub.E to fit into a 32-bit integer so that we // do not have different behavior depending on whether // int is 32 or 64 bits. See also // https://www.imperialviolet.org/2012/03/16/rsae.html. if pub.E > 1<<31-1 { return false,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)