- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 92 for 12500000 (0.09 sec)
-
tensorflow/c/eager/c_api_test.cc
// This is usually unnecessary, but we've experienced the occasional test // failure when testing async mode with no explicit forwarding. for (int i = 0; i < 100000; ++i) { TFE_Op* add_op_dummy = AddOp(ctx, m, m); TFE_OpSetDevice(add_op_dummy, cpu_device_name.c_str(), status); ASSERT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 20:50:20 UTC 2023 - 94.6K bytes - Viewed (0) -
cmd/bucket-replication.go
lrgworkers: make([]chan ReplicationWorkerOperation, 0, maxLWorkers), mrfReplicaCh: make(chan ReplicationWorkerOperation, 100000), mrfWorkerKillCh: make(chan struct{}, failedWorkers), resyncer: newresyncer(), mrfSaveCh: make(chan MRFReplicateEntry, 100000), mrfStopCh: make(chan struct{}, 1), ctx: ctx, objLayer: o, stats: stats,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0) -
cmd/xl-storage.go
return disk.MakeVolBulk(context.TODO(), volumes...) } // Initialize a new storage disk. func newXLStorage(ep Endpoint, cleanUp bool) (s *xlStorage, err error) { immediatePurgeQueue := 100000 if globalIsTesting || globalIsCICD { immediatePurgeQueue = 1 } ctx, cancel := context.WithCancel(GlobalContext) s = &xlStorage{ drivePath: ep.Path, endpoint: ep,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 91.3K bytes - Viewed (0) -
src/main/webapp/js/admin/bootstrap.min.js.map
s/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport $ from 'jquery'\n\n/**\n * Private TransitionEnd Helpers\n */\n\nconst TRANSITION_END = 'transitionend'\nconst MAX_UID = 1000000\nconst MILLISECONDS_MULTIPLIER = 1000\n\n// Shoutout AngusCroll (https://goo.gl/pxwQGp)\nfunction toType(obj) {\n if (obj === null || typeof obj === 'undefined') {\n return `${obj}`\n }\n\n return {}.toString.call(obj).match(/\\s([a-z]+)/i)...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 180.9K bytes - Viewed (0) -
src/main/webapp/js/bootstrap.min.js.map
------------------------------------------------------------------------\n * Private TransitionEnd Helpers\n * ------------------------------------------------------------------------\n */\n\nconst TRANSITION_END = 'transitionend'\nconst MAX_UID = 1000000\nconst MILLISECONDS_MULTIPLIER = 1000\n\n// Shoutout AngusCroll (https://goo.gl/pxwQGp)\nfunction toType(obj) {\n return {}.toString.call(obj).match(/\\s([a-z]+)/i)[1].toLowerCase()\n}\n\nfunction getSpecialTransitionEndEvent() {\n return {\n ...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jan 11 06:54:28 UTC 2020 - 189.9K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (linux-arm-cgo), const B2500000 ideal-int pkg syscall (linux-arm-cgo), const B300 ideal-int pkg syscall (linux-arm-cgo), const B3000000 ideal-int pkg syscall (linux-arm-cgo), const B3500000 ideal-int pkg syscall (linux-arm-cgo), const B38400 ideal-int pkg syscall (linux-arm-cgo), const B4000000 ideal-int pkg syscall (linux-arm-cgo), const B460800 ideal-int pkg syscall (linux-arm-cgo), const B4800 ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const RTM_REDIRECT ideal-int pkg syscall (netbsd-arm64-cgo), const RTM_RESOLVE = 11 pkg syscall (netbsd-arm64-cgo), const RTM_RESOLVE ideal-int pkg syscall (netbsd-arm64-cgo), const RTM_RTTUNIT = 1000000 pkg syscall (netbsd-arm64-cgo), const RTM_RTTUNIT ideal-int pkg syscall (netbsd-arm64-cgo), const RTM_SETGATE = 18 pkg syscall (netbsd-arm64-cgo), const RTM_SETGATE ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const RTM_REDIRECT ideal-int pkg syscall (freebsd-arm64), const RTM_RESOLVE = 11 pkg syscall (freebsd-arm64), const RTM_RESOLVE ideal-int pkg syscall (freebsd-arm64), const RTM_RTTUNIT = 1000000 pkg syscall (freebsd-arm64), const RTM_RTTUNIT ideal-int pkg syscall (freebsd-arm64), const RTM_VERSION = 5 pkg syscall (freebsd-arm64), const RTM_VERSION ideal-int pkg syscall (freebsd-arm64), const RTV_EXPIRE = 4
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const RTM_REDIRECT ideal-int pkg syscall (darwin-arm64), const RTM_RESOLVE = 11 pkg syscall (darwin-arm64), const RTM_RESOLVE ideal-int pkg syscall (darwin-arm64), const RTM_RTTUNIT = 1000000 pkg syscall (darwin-arm64), const RTM_RTTUNIT ideal-int pkg syscall (darwin-arm64), const RTM_VERSION = 5 pkg syscall (darwin-arm64), const RTM_VERSION ideal-int pkg syscall (darwin-arm64), const RTV_EXPIRE = 4
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
doc/go1.17_spec.html
uint(iota) // iota value of type uint float32(2.718281828) // 2.718281828 of type float32 complex128(1) // 1.0 + 0.0i of type complex128 float32(0.49999999) // 0.5 of type float32 float64(-1e-1000) // 0.0 of type float64 string('x') // "x" of type string string(0x266c) // "♬" of type string MyString("foo" + "bar") // "foobar" of type MyString
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)