- Sort Score
- Result 10 results
- Languages All
Results 291 - 293 of 293 for Exiter (0.13 sec)
-
lib/fips140/v1.0.0.zip
all hash functions. It is a copy // of [hash.Hash] from the standard library, to avoid depending on security // definitions from outside of the module. type Hash interface { // Write (via the embedded io.Writer interface) adds more data to the // running hash. It never returns an error. io.Writer // Sum appends the current hash to b and returns the resulting slice. // It does not change the underlying hash state. Sum(b []byte) []byte // Reset resets the Hash to its initial state. Reset() // Size returns...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
RELEASE.md
* `tf.summary`: * Fix `tf.summary.should_record_summaries()` so it correctly reflects when summaries will be written, even when `tf.summary.record_if()` is not n effect, by returning True tensor if default writer is present. * Grappler: * Disable default Grappler optimization timeout to make the optimization pipeline deterministic. This may lead to increased model loading time,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
CREDITS
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================ github.com/lestrrat-go/iter https://github.com/lestrrat-go/iter ---------------------------------------------------------------- MIT License Copyright (c) 2020 lestrrat-go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Mar 13 05:29:51 UTC 2025 - 1.8M bytes - Viewed (0)