Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for mean_ (0.19 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. 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)
  4. 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)
  5. 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)
  6. 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)
Back to top