- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Finished (1.6 sec)
-
RELEASE.md
* Add `wait` to `tf.data.Dataset.load`. If `True`, for snapshots written with `distributed_save`, it reads the snapshot while it is being written. For snapshots written with regular `save`, it waits for the snapshot until it's finished. The default is `False` for backward compatibility. Users of `distributed_save` are recommended to set it to `True`. * `tf.tpu.experimental.embedding.TPUEmbeddingV2`
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
docs/en/docs/release-notes.md
This was designed this way mainly to allow using the same objects "yielded" by dependencies inside of background tasks, because the exit code would be executed after the background tasks were finished. Nevertheless, as this would mean waiting for the response to travel through the network while unnecessarily holding a resource in a dependency with yield (for example a database connection), this was changed in FastAPI 0.106.0.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
client_application_traffic_secret_0 // from the master secret and the transcript up to the server Finished. func (s *MasterSecret) ClientApplicationTra(transcript fips140.Hash) []byte { return deriveSecret(s.hash, s.secret, clientApplicationTra, transcript) } // ServerApplicationTra derives the server_application_traffic_secret_0 // from the master secret and the transcript up to the server Finished. func (s *MasterSecret) ServerApplicationTra(transcript fips140.Hash) []byte { return deriveSecret(s.hash,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)