- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for serialized (0.11 sec)
-
RELEASE.md
replaced with by writing regular Python functions. Using the `tf.function` decorator, such functions can be turned into graphs which can be executed remotely, serialized, and optimized for performance. * Unification of `tf.train.Optimizers` and `tf.keras.Optimizers`. Use `tf.keras.Optimizers` for TF2.0. `compute_gradients` is removed as public
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
CHANGELOG/CHANGELOG-1.19.md
- Fixed a bug in the TopologyManager. Previously, the TopologyManager would only guarantee alignment if container creation was serialized in some way. Alignment is now guaranteed under all scenarios of container creation. ([#87759](https://github.com/kubernetes/kubernetes/pull/87759), [@klueska](https://github.com/klueska)) [SIG Node]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
!bytes.Equal(out, b[:encodingSize10]) { t.Errorf("roundtrip failed for specialized 10") } g = ringDecodeAndDecompr((*[encodingSize4]byte)(b)) out = ringCompressAndEncod(nil, g) if !bytes.Equal(out, b[:encodingSize4]) { t.Errorf("roundtrip failed for specialized 4") } g = ringDecodeAndDecompr((*[encodingSize1]byte)(b)) out = ringCompressAndEncod(nil, g) if !bytes.Equal(out, b[:encodingSize1]) { t.Errorf("roundtrip failed for specialized 1") } } func BitRev7(n uint8) uint8 { if n>>7 != 0 { panic("not 7...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ Integer getCrawlerHttpThreadPoolSizeAsInteger(); /** * Get the value for the key 'crawler.data.serializer'. <br> * The value is, e.g. kryo <br> * comment: Serializer type for crawler data (e.g., kryo). * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerDataSerializer();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2)