- Sort Score
- Result 10 results
- Languages All
Results 761 - 770 of 774 for dtype (0.09 sec)
-
docs/fr/docs/async.md
Cette "attente" 🕙 se mesure en microsecondes, mais tout de même, en cumulé cela fait beaucoup d'attente. C'est pourquoi il est logique d'utiliser du code asynchrone ⏸🔀⏯ pour des APIs web. Ce type d'asynchronicité est ce qui a rendu NodeJS populaire (bien que NodeJS ne soit pas parallèle) et c'est la force du Go en tant que langage de programmation. Et c'est le même niveau de performance que celui obtenu avec **FastAPI**.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 25.4K bytes - Viewed (0) -
tensorflow/BUILD
config_setting( name = "windows", # Internal builds query the target OS. constraint_values = if_google( ["//third_party/bazel_platforms/os:windows"], [], ), # OSS builds query the CPU type. values = if_oss( {"cpu": "x64_windows"}, {}, ), visibility = ["//visibility:public"], ) config_setting( name = "no_tensorflow_py_deps",
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (0) -
cmd/object-api-listobjects_test.go
testObjects := []struct { parentBucket string name string content string meta map[string]string }{ {testBuckets[0], "Asia-maps.png", "asis-maps", map[string]string{"content-type": "image/png"}}, {testBuckets[0], "Asia/India/India-summer-photos-1", "contentstring", nil}, {testBuckets[0], "Asia/India/Karnataka/Bangalore/Koramangala/pics", "contentstring", nil},
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 01 11:07:40 UTC 2024 - 73.1K bytes - Viewed (0) -
android/guava/src/com/google/common/math/Quantiles.java
* of the values which would appear at the indexes floor(x) and ceil(x) weighted by (1-frac(x)) and * frac(x) respectively. This is the same definition as used by Excel and by S, it is the Type 7 * definition in <a * href="http://stat.ethz.ch/R-manual/R-devel/library/stats/html/quantile.html">R</a>, and it is * described by <a * href="http://en.wikipedia.org/wiki/Quantile#Estimating_the_quantiles_of_a_population">
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri May 12 17:02:53 UTC 2023 - 29.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
* Fix panic in vSphere cloud provider ([#38423](https://github.com/kubernetes/kubernetes/pull/38423), [@BaluDontu](https://github.com/BaluDontu)) * Changed default scsi controller type in vSphere Cloud Provider ([#38426](https://github.com/kubernetes/kubernetes/pull/38426), [@abrarshivani](https://github.com/abrarshivani))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
String imported = groupId + ':' + artifactId + ':' + version; if (importIds.contains(imported)) { StringBuilder message = new StringBuilder("The dependencies of type=pom and with scope=import form a cycle: "); for (String modelId : importIds) { message.append(modelId).append(" -> "); } message.append(imported);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 83.6K bytes - Viewed (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
/** * The elements in this map would pass the UNDER test, but are known not to be public suffixes and * are thus excluded from consideration. Since it refers to elements in UNDER of the same type, * the type is actually not important here. The map is simply used for consistency reasons. */ public static final ImmutableMap<String, PublicSuffixType> EXCLUDED = TrieParser.parseTrie(
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Aug 06 02:37:31 UTC 2024 - 73.6K bytes - Viewed (0) -
guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
/** * The elements in this map would pass the UNDER test, but are known not to be public suffixes and * are thus excluded from consideration. Since it refers to elements in UNDER of the same type, * the type is actually not important here. The map is simply used for consistency reasons. */ public static final ImmutableMap<String, PublicSuffixType> EXCLUDED = TrieParser.parseTrie(
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Aug 06 02:37:31 UTC 2024 - 73.6K bytes - Viewed (0) -
api/go1.txt
pkg crypto/tls, type Config struct, ServerName string pkg crypto/tls, type Config struct, Time func() time.Time pkg crypto/tls, type Conn struct pkg crypto/tls, type ConnectionState struct pkg crypto/tls, type ConnectionState struct, CipherSuite uint16 pkg crypto/tls, type ConnectionState struct, HandshakeComplete bool pkg crypto/tls, type ConnectionState struct, NegotiatedProtocol string
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
// jp : https://en.wikipedia.org/wiki/.jp // http://jprs.co.jp/en/jpdomain.html // Submitted by registry <******@****.***> jp // jp organizational type names ac.jp ad.jp co.jp ed.jp go.jp gr.jp lg.jp ne.jp or.jp // jp prefecture type names aichi.jp akita.jp aomori.jp chiba.jp ehime.jp fukui.jp fukuoka.jp fukushima.jp gifu.jp gunma.jp
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 240.3K bytes - Viewed (0)