- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4931 - 4940 of about 10,000 for content_length:[100000 TO 499999] (0.72 sec)
-
mxnet.np.trace — Apache MXNet documentation
mxnet.np.trace trace ( a , offset=0 , axis1=0 , axis2=1 , out=None ) Return the sum along diagonals of the array. If ...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.trace.htmlRegistered: Fri Dec 12 09:11:15 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 137.8K bytes - Viewed (0) -
mxnet.np.expm1 — Apache MXNet documentation
mxnet.np.expm1 expm1 ( x , out=None , **kwargs ) Calculate exp(x) - 1 for all elements in the array. Parameters x ( n...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.expm1.htmlRegistered: Fri Dec 12 09:11:43 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 135.4K bytes - Viewed (0) -
mxnet.np.linalg.eig — Apache MXNet documentation
mxnet.np.linalg.eig eig ( a ) Compute the eigenvalues and right eigenvectors of a square array. Parameters a ( ( .. ,...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.linalg.eig.htmlRegistered: Fri Dec 12 09:11:00 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 139.1K bytes - Viewed (0) -
Git - git-diff-tree Documentation
English ▾ English Français Português (Brasil) Русский українська мова 简体中文 Topics ▾ Setup and Config git config help ...git-scm.com/docs/git-diff-tree/2.0.5 Similar Results (4)Registered: Fri Dec 12 09:10:40 UTC 2025 - Last Modified: Fri Dec 12 04:46:38 UTC 2025 - 147.2K bytes - Viewed (0) -
kubectl create secret tls | Kubernetes
Synopsis Create a TLS secret from the given public/private key pair. The public/private key pair must exist beforehand. The public key certificate must be .PEM encoded and match the given private key. kubectl create secret tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none] Examples # Create a new TLS secret named tls-secret with the given key pair kubectl create secret tls tls-secret --cert=path/to/tls.crt --key=path/to/tls.key Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret_tls/Registered: Fri Dec 12 09:10:28 UTC 2025 - 469.6K bytes - Viewed (0) -
mxnet.np.linalg.matrix_rank — Apache MXNet docu...
mxnet.np.linalg.matrix_rank matrix_rank ( M , rtol=None , hermitian=False ) Return matrix rank of array using SVD met...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.linalg.matrix_rank.htmlRegistered: Fri Dec 12 09:11:27 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 138.1K bytes - Viewed (0) -
oneDNN Quantization — Apache MXNet documentation
oneDNN Quantization Introduction After successful model building and achieving desired accuracy on the test data, oft...mxnet.apache.org/versions/master/api/python/docs/tutorials/performance/backend/dnnl/dnnl_quantiza...Registered: Fri Dec 12 09:00:43 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 193.3K bytes - Viewed (0) -
MXNet on the Cloud — Apache MXNet documentation
MXNet on the Cloud Deep learning can require extremely powerful hardware, often for unpredictable durations of time. ...mxnet.apache.org/versions/master/api/python/docs/tutorials/deploy/run-on-aws/cloud.htmlRegistered: Fri Dec 12 09:00:48 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 145.6K bytes - Viewed (0) -
Ports and Protocols | Kubernetes
When running Kubernetes in an environment with strict network boundaries, such as on-premises datacenter with physical network firewalls or Virtual Networks in Public Cloud, it is useful to be aware of the ports and protocols used by Kubernetes components. Control plane Protocol Direction Port Range Purpose Used By TCP Inbound 6443 Kubernetes API server All TCP Inbound 2379-2380 etcd server client API kube-apiserver, etcd TCP Inbound 10250 Kubelet API Self, Control plane TCP Inbound 10259 kube-scheduler Self TCP Inbound 10257 kube-controller-manager Self Although etcd ports are included in control plane section, you can also host your own etcd cluster externally or on custom ports.kubernetes.io/docs/reference/networking/ports-and-protocols/Registered: Fri Dec 12 08:59:48 UTC 2025 - 461.5K bytes - Viewed (0) -
Kubelet Configuration Directory Merging | Kuber...
When using the kubelet's --config-dir flag to specify a drop-in directory for configuration, there is some specific behavior on how different types are merged. Here are some examples of how different data types behave during configuration merging: Structure Fields There are two types of structure fields in a YAML structure: singular (or a scalar type) and embedded (structures that contain scalar types). The configuration merging process handles the overriding of singular and embedded struct fields to create a resulting kubelet configuration.kubernetes.io/docs/reference/node/kubelet-config-directory-merging/Registered: Fri Dec 12 08:59:23 UTC 2025 - 479.5K bytes - Viewed (0)