- Sort Score
- Result 10 results
- Languages All
Results 181 - 185 of 185 for individual (0.33 sec)
-
android/guava-tests/test/com/google/common/math/StatsAccumulatorTest.java
assertThat(manyValuesAccumulatorByAddAllStatsAccumulator.min()).isEqualTo(MANY_VALUES_MIN); // For datasets of many double values created by adding elements individually, we test many // combinations of finite and non-finite values: for (ManyValues values : ALL_MANY_VALUES) { StatsAccumulator accumulator = new StatsAccumulator();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 36.9K bytes - Viewed (0) -
tensorflow/c/c_api_function_test.cc
// Define the functions TF_Function* func; TF_Function* grad_func; DefineFunction("FooFunc", &func); DefineFunction("MyGrad", &grad_func); // Add functions individually TF_GraphCopyFunction(host_graph_, func, nullptr, s_); ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); TF_GraphCopyFunction(host_graph_, grad_func, nullptr, s_);
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Jul 20 22:08:54 UTC 2023 - 63.6K bytes - Viewed (1) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
/* JCIFS will build a composite list of shares if the target host has * multiple IP addresses such as when domain-based DFS is in play. Because * of this, to ensure that we query each IP individually without re-resolving * the hostname and getting a different IP, we must use the current addresses * IP rather than just url.getHost() like we were using prior to 1.2.16. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
color: $list-group-action-hover-color;\n text-decoration: none;\n background-color: $list-group-hover-bg;\n }\n\n &:active {\n color: $list-group-action-active-color;\n background-color: $list-group-action-active-bg;\n }\n}\n\n\n// Individual list items\n//\n// Use on `li`s or `div`s within the `.list-group` parent.\n\n.list-group-item {\n position: relative;\n display: block;\n padding: $list-group-item-padding-y $list-group-item-padding-x;\n color: $list-group-color;\n text-decoration:...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
X2L LXVD2X (P1ptr+R17), Y2H LXVD2X (P1ptr+R18), Y2L LXVD2X (P1ptr+R19), Z2H LXVD2X (P1ptr+R20), Z2L VCMPEQUD SEL2, IDX, SEL1 // VCEQG SEL2, IDX, SEL1 OK // This will result in SEL1 being all 0s or 1s, meaning // the result is either X1L or X2L, no individual byte // selection. VSEL X1L, X2L, SEL1, X1L VSEL X1H, X2H, SEL1, X1H VSEL Y1L, Y2L, SEL1, Y1L VSEL Y1H, Y2H, SEL1, Y1H VSEL Z1L, Z2L, SEL1, Z1L VSEL Z1H, Z2H, SEL1, Z1H // Add 1 to all bytes in SEL2 VADDUBM SEL2, ONE, SEL2 // VAB SEL2, ONE, SEL2...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)