- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5091 - 5100 of about 10,000 for content_length:[100000 TO 499999] (0.93 sec)
-
Gotchas using NumPy in Apache MXNet — Apache MX...
Gotchas using NumPy in Apache MXNet The goal of this tutorial is to explain some common misconceptions about using Nu...mxnet.apache.org/versions/master/api/python/docs/tutorials/packages/legacy/ndarray/gotchas_numpy_...Registered: Fri Dec 12 08:59:20 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 179.5K bytes - Viewed (0) -
Local Files And Paths Used By The Kubelet | Kub...
The kubelet is mostly a stateless process running on a Kubernetes node. This document outlines files that kubelet reads and writes. Note:This document is for informational purpose and not describing any guaranteed behaviors or APIs. It lists resources used by the kubelet, which is an implementation detail and a subject to change at any release. The kubelet typically uses the control plane as the source of truth on what needs to run on the Node, and the container runtime to retrieve the current state of containers.kubernetes.io/docs/reference/node/kubelet-files/Registered: Fri Dec 12 08:58:43 UTC 2025 - 470.5K bytes - Viewed (0) -
Custom Layers — Apache MXNet documentation
Custom Layers While Gluon API for Apache MxNet comes with a decent number of pre-defined layers , at some point one m...mxnet.apache.org/versions/master/api/python/docs/tutorials/packages/gluon/blocks/custom-layer.htmlRegistered: Fri Dec 12 08:58:59 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 191.8K bytes - Viewed (0) -
kubeadm version | Kubernetes
This command prints the version of kubeadm. Synopsis Print the version of kubeadm kubeadm version [flags] Options -h, --help help for version -o, --output string Output format; available options are 'yaml', 'json' and 'short' Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-version/Registered: Fri Dec 12 09:04:38 UTC 2025 - 458.9K bytes - Viewed (0) -
Kubelet Checkpoint API | Kubernetes
FEATURE STATE: Kubernetes v1.30 [beta](enabled by default) Checkpointing a container is the functionality to create a stateful copy of a running container. Once you have a stateful copy of a container, you could move it to a different computer for debugging or similar purposes. If you move the checkpointed container data to a computer that's able to restore it, that restored container continues to run at exactly the same point it was checkpointed.kubernetes.io/docs/reference/node/kubelet-checkpoint-api/Registered: Fri Dec 12 09:04:50 UTC 2025 - 463.3K bytes - Viewed (0) -
Input and output — Apache MXNet documentation
Input and output The format of these binary file types is documented in numpy.lib.format Text files genfromtxt (*args...mxnet.apache.org/versions/master/api/python/docs/api/np/routines.io.htmlRegistered: Fri Dec 12 09:06:00 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 137.8K bytes - Viewed (0) -
kubectl create quota | Kubernetes
Synopsis Create a resource quota with the specified name, hard limits, and optional scopes. kubectl create quota NAME [--hard=key1=value1,key2=value2] [--scopes=Scope1,Scope2] [--dry-run=server|client|none] Examples # Create a new resource quota named my-quota kubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,persistentvolumeclaims=10 # Create a new resource quota named best-effort kubectl create quota best-effort --hard=pods=100 --scopes=BestEffort 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_quota/Registered: Fri Dec 12 09:05:21 UTC 2025 - 469.7K bytes - Viewed (0) -
Kubernetes Issues and Security | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/issues-security/Registered: Fri Dec 12 09:04:59 UTC 2025 - 457.5K bytes - Viewed (0) -
mxnet.np.rot90 — Apache MXNet documentation
mxnet.np.rot90 rot90 ( m , k=1 , axes=(0 , 1) ) Rotate an array by 90 degrees in the plane specified by axes. Rotatio...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.rot90.htmlRegistered: Fri Dec 12 09:06:45 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 136.8K bytes - Viewed (0) -
mxnet.np.dot — Apache MXNet documentation
mxnet.np.dot dot ( a , b , out=None ) Dot product of two arrays. Specifically, If both a and b are 1-D arrays, it is ...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.dot.htmlRegistered: Fri Dec 12 09:05:41 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 140.7K bytes - Viewed (0)