- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for satisfy (0.03 sec)
-
src/bytes/bytes.go
// all leading UTF-8-encoded code points c that satisfy f(c). func TrimLeftFunc(s []byte, f func(r rune) bool) []byte { i := indexFunc(s, f, false) if i == -1 { return nil } return s[i:] } // TrimRightFunc returns a subslice of s by slicing off all trailing // UTF-8-encoded code points c that satisfy f(c). func TrimRightFunc(s []byte, f func(r rune) bool) []byte {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Sep 03 14:04:47 UTC 2025 - 35.5K bytes - Viewed (0) -
RELEASE.md
previous gradient implementation. * Added a new session config setting `internal_fragmentation_fraction`, which controls when the BFC Allocator needs to split an oversized chunk to satisfy an allocation request. * Added `tf.get_current_name_scope()` which returns the current full name scope string that will be prepended to op names. * `tf.data`:Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (3)