- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 311 for ssec (0.05 sec)
-
tensorflow/BUILD
config_setting( name = "linux_x86_64_no_sse", constraint_values = if_google( ["//third_party/bazel_platforms/os:linux"], [], ), values = { "cpu": "k8", "copt": "-mno-sse4.2", }, visibility = ["//visibility:public"], ) # This condition takes precedence over :linux_x86_64 # TODO(b/290533709): Remove this with PJRT build rule cleanup. config_setting(
Registered: Tue Oct 29 12:39:09 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (0) -
go.sum
github.com/go-openapi/runtime v0.28.0 h1:gpPPmWSNGo214l6n8hzdXYhPuJcGtziTOgUpvsFWGIQ= github.com/go-openapi/runtime v0.28.0/go.mod h1:QN7OzcS+XuYmkQLw05akXk0jRH/eZ3kb18+1KwW9gyc= github.com/go-openapi/spec v0.21.0 h1:LTVzPc3p/RzRnkQqLRndbAzjY0d0BCL72A6j3CdL9ZY= github.com/go-openapi/spec v0.21.0/go.mod h1:78u6VdPw81XU44qEWGhtr982gJ5BWg2c0I5XwVMotYk= github.com/go-openapi/strfmt v0.23.0 h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c=
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 78K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type Timespec struct, Nsec int64 pkg syscall (netbsd-arm64-cgo), type Timespec struct, Sec int64 pkg syscall (netbsd-arm64-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 pkg syscall (netbsd-arm64-cgo), type Timeval struct, Sec int64 pkg syscall (netbsd-arm64-cgo), type Timeval struct, Usec int32 pkg syscall (netbsd-arm64-cgo), type WaitStatus uint32
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.search_result_status_over=Results <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> of about <b>{1}</b> for <b>{0}</b> labels.search_result_time=({0} sec) labels.prev_page=Prev labels.next_page=Next labels.did_not_match=Your search - <b>{0}</b> - did not match any documents. labels.search_title=Fess labels.search_popular_word_word=Popular Words:
Registered: Mon Oct 28 08:04:08 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Termios struct, Ospeed uint32 pkg syscall (freebsd-arm64), type Timespec struct, Nsec int64 pkg syscall (freebsd-arm64), type Timespec struct, Sec int64 pkg syscall (freebsd-arm64), type Timeval struct, Sec int64 pkg syscall (freebsd-arm64), type Timeval struct, Usec int64 pkg syscall (freebsd-arm64), type WaitStatus uint32 pkg syscall (freebsd-arm64), var Stderr int
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
£€‘¸ …`Šƒ! , öWwNÚaws²eÐPGxnïUºDsGBýptÜdxj@Ä·¹²"oÕB¬ it ¸…UxRqåNg|SVIÖBqq¥ <IEˆ¤{_UòC¼ gT3 ¸ ñhGmfq Ú3q\› ¼ GTBwÖºwmeqˆqyX`ªýh²sex»llo¸t1 l <qI=2 yl^w{nºlJYÙsGT–ˆ ñQTN¼EñW\¬[E~ˆæroG}ïP„Vyª˜PN^H¨1±‰„… Ž°˜¨ ’?Š‚Œ ¾^yº}nUÃÖ ¾añYT¼ÕG\|GÖˆhiÕ¨_|{Hnuf¼}ßOC}I[êwd~ËèÌÂÐþ’W" ¨¾ qê› ¼ÖUhQªmyx]ñZe¤ëv¢pizìos´Zw~ܤBUŽJeNã[^N¬ˆûx¼coßúKg & :{„IrUíÕ ¾q¼}ÐmåU` å¤toxzª{ÕKŠ|«¥y òKmôG§iì|HI}Õz¢Za²LqåU¾ã ExGEÏôåÇ ÕîüóööÁÑÝ ÃÒÐ Rm^ܪÀÐ%·¹ jSbé}°Vñ„{oZÕ}He^ÔÂ?ip 7<Ö rQÖig@ÕŠ@\ñqEeÖäG{KI_q ~qÓYK_^}ªÜuŠZneˆCéò@[qATgì¾Q{\\Gp8ÐsJT...
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
cmd/object-api-utils.go
rand.Read(md5sumCurr) appendHyphen = true } if p.sealMD5Fn != nil { md5sumCurr = p.sealMD5Fn(md5sumCurr) } if appendHyphen { // Make sure to return etag string upto 32 length, for SSE // requests ETag might be longer and the code decrypting the // ETag ignores ETag in multipart ETag form i.e <hex>-N return hex.EncodeToString(md5sumCurr)[:32] + "-1" } return hex.EncodeToString(md5sumCurr)
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Aug 08 15:29:58 UTC 2024 - 37.1K bytes - Viewed (0) -
cmd/site-replication.go
if err != nil { return wrapSRErr(err) } return nil } return nil } // PeerBucketSSEConfigHandler - copies/deletes SSE config to local cluster. func (c *SiteReplicationSys) PeerBucketSSEConfigHandler(ctx context.Context, bucket string, sseConfig *string, updatedAt time.Time) error { // skip overwrite if local update is newer than peer update.
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 185.1K bytes - Viewed (0) -
cmd/peer-rest-server.go
atomic.AddUint64(&globalNetPerfRX.RX, uint64(n)) if err != nil && err != io.EOF { // If there is a disconnection before globalNetPerfMinDuration (we give a margin of error of 1 sec) // would mean the network is not stable. Logging here will help in debugging network issues. if time.Since(connectTime) < (globalNetPerfMinDuration - time.Second) { peersLogIf(ctx, err) } }
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Fri Oct 04 11:32:32 UTC 2024 - 53.2K bytes - Viewed (0) -
docs/bucket/notifications/README.md
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 84K bytes - Viewed (0)