- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for invertible (0.97 sec)
-
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java
final InvertibleCryptographer[] invertibles = new InvertibleCryptographer[threadCount]; final OneWayCryptographer[] oneWays = new OneWayCryptographer[threadCount]; for (int i = 0; i < threadCount; i++) { final int index = i; threads[i] = new Thread(() -> { invertibles[index] = securityResourceProvider.providePrimaryInvertibleCryptographer();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.8K bytes - Viewed (0) -
RELEASE.md
AVX support. * Deprecate `tf.compat.v1.lite.experimental.get_potentially_supported_ops`. Use `tf.lite.TFLiteConverter` directly to check whether a model is convertible. * Add support to select one of three different built-in op resolvers * Enabled post training with calibrations for models that require user provided TensorFlow Lite custom op libraries via
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)