Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for mean_ (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

         ordered by decreasing memory layout significance as:
         n,iY,iX,bY,bX,oC  (where n=batch index, iX, iY means X or Y coordinates
                            within the input image, bX, bY means coordinates
                            within the output block, oC means output channels).
         The output would be the input transposed to the following layout:
         n,iY,bY,iX,bX,oC
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      allow this for the attachment to be complete. For Gateways, that means
                      the Gateway needs to allow attachment from Routes of this kind and
                      namespace. For Services, that means the Service must either be in the same
                      namespace for a "producer" route, or the mesh implementation must support
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    of the Air is proportional to the Secant of an Angle, whose Sine is a
    certain mean Proportional between the Sines of Incidence and Refraction.
    And that mean Proportional, so far as by these Measures I can determine
    it, is the first of an hundred and six arithmetical mean Proportionals
    between those Sines counted from the bigger Sine, that is, from the Sine
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "key": {
                "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                ],
                "default": {},
                "description": "Standard object metadata"
              },
              "shareable": {
                "description": "Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.",
                "type": "boolean"
              }
            },
            "type": "object",
            "x-kubernetes-group-version-kind": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. RELEASE.md

            mean, var = tf.nn.moments(self.kernel, axes=[0, 1, 2], keepdims=True)
            return self.convolution_op(inputs, (self.kernel - mean) / tf.sqrt(var +
            1e-10))` Alternatively, you can override `convolution_op`: `python class
            StandardizedConv2D(tf.keras.Layer): def convolution_op(self, inputs,
            kernel): mean, var = tf.nn.moments(kernel, axes=[0, 1, 2],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

      qualified domain name (FQDN) of a Pod is set as hostname of its containers. 
      In Linux containers, this means setting the FQDN in the hostname field of the 
      kernel (the nodename field of struct utsname).  In Windows containers, this
      means setting the this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "123",
    				Namespace: "ns",
    			},
    			Spec: validPodSpec(nil),
    		},
    		"empty key with Exists operator is OK for toleration, empty toleration key means match all taint keys.": {
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "123",
    				Namespace: "ns",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/bootstrap.min.css.map

    background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  10. src/main/webapp/css/bootstrap.min.css.map

    background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top