- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 433 for spaces (0.06 sec)
-
tensorflow/c/c_api_test.cc
// be inferred. TF_Status* status = TF_NewStatus(); TF_Graph* graph = TF_NewGraph(); // Create this failure by trying to add two nodes with incompatible shapes // (A tensor with shape [2] and a tensor with shape [3] cannot be added). const char data[] = {1, 2, 3}; const int64_t vec2_dims[] = {2}; unique_tensor_ptr vec2_tensor(
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Dec 27 12:18:10 UTC 2024 - 97K bytes - Viewed (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
* determining whether a given domain name is an effective top-level domain (public suffix). * * <p>Because this class is used in GWT, the data members are stored in a space-efficient manner. * See {@link TrieParser}. * * @since 16.0 */ @GwtCompatible @Beta public final class PublicSuffixPatterns { private PublicSuffixPatterns() {}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 12 15:39:59 UTC 2025 - 75.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- `kubeadm`: updated warning message when swap space is detected. When swap is active on Linux, `kubeadm` explains that swap is supported for cgroup v2 only and
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Mar 12 00:36:01 UTC 2025 - 429.6K bytes - Viewed (1) -
src/main/webapp/js/admin/adminlte.min.js.map
AAKE,YAGvD2E,SAAA,WACE7E,KAAKE,QAAQa,KAAQf,KAAKK,UAAUgD,gBAApC,KAAwDrD,KAAKK,UAAUoD,cACpEG,SAAS5D,KAAKK,UAAUmD,cACxBQ,YAAYhE,KAAKK,UAAUoD,cAC9BzD,KAAKE,QAAQmE,IAAI,UAAjB,WAAuCrE,KAAKE,QAAQ,GAAG4E,MAAMR,OAA7D,uBAA0FtE,KAAKE,QAAQ,GAAG4E,MAAMP,MAAhH,sCACEE,MAAM,IAAIC,OAAM,WAChB,IAAMC,EAAWrG,EAAAA,QAAE0B,MAEnB2E,EAASX,YAAYlB,GACrBxE,EAAAA,QAAE,QAAQ0F,YAAYlB,GACtB6B,EAASN,IAAI,CACXC,OAAQ,UACRC,MAAO,YAELI,EAASnE,SAASqC,IACpB8B,EAASX,YAAYnB,GAGvB8B,EAASC,aAGX5E,KAAKC,SAASnB,QAAQR,EAAAA,QAAEoD,MA7HP,4BA...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 132.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
* Add hugepages monitoring support * Fix incorrect CPU usage metrics with 4.7 kernel * Add tmpfs monitoring support * Support for Huge pages in empty_dir volume plugin ([#50072](https://github.com/kubernetes/kubernetes/pull/50072), [@squall0gd](https://github.com/squall0gd)) * [Huge pages](https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt) can now be used with empty dir volume plugin.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 18 18:59:10 UTC 2025 - 398.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
- Add support support to Manilla for trustee authentication and supplying custom CAs. - Add and update documentation. - Add support to Manilla for provisioning existing shares. - Add cluster name to load balancer description - Add synchronization between Kubernetes and Keystone projects - Add use internal DNS name for 'hostname' of nodes.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
- Kubeadm: make sure the etcd static pod startup probe uses /health?serializable=false while the liveness probe uses /health?serializable=true&exclude=NOSPACE. The NOSPACE exclusion would allow administrators to address space issues one member at a time. ([#110744](https://github.com/kubernetes/kubernetes/pull/110744), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- The `goroutines` metric is newly added in the scheduler. It replaces `scheduler_goroutines` metric and it counts the number of goroutine in more places than `scheduler_goroutine` does. ([#112003](https://github.com/kubernetes/kubernetes/pull/112003), [@sanposhiho](https://github.com/sanposhiho)) [SIG Instrumentation and Scheduling]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
{1024, addMulVVW1024}, {1536, addMulVVW1536}, {2048, addMulVVW2048}, } for _, test := range tests { t.Run(fmt.Sprint(test.n), func(t *testing.T) { x := makeTestValue(test.n) z := makeTestValue(test.n) z2 := slices.Clone(z) var y uint y-- c := addMulVVW(z, x, y) c2 := test.f(&z2[0], &x[0], y) if !slices.Equal(z, z2) || c != c2 { t.Errorf("%016X, %016X != %016X, %016X", z, c, z2, c2) } }) } } func TestInverse(t *testing.T) { f, err := os.Open("testdata/mod_inv_tests.txt") if err != nil { t.Fatal(err) }...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)