Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for whave (0.22 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    degrees of Particles, the least of which are solid; this Body will have
    seven times more Pores than solid Parts. But if there be four such
    degrees of Particles, the least of which are solid, the Body will have
    fifteen times more Pores than solid Parts. If there be five degrees, the
    Body will have one and thirty times more Pores than solid Parts. If six
    degrees, the Body will have sixty and three times more Pores than solid
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        that have either not specified any hostnames, or have specified at
                        least one of `test.example.com` or `*.example.com`.
                      * A Listener with `*.example.com` as the hostname matches GRPCRoutes
                        that have either not specified any hostnames or have specified at least
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ```
       [[[[1], [2]],
         [[3], [4]]]]
    ```
    
    Here, the input has a batch of 1 and each batch element has shape `[1, 1, 4]`,
    the corresponding output will have 2x2 elements and will have a depth of
    1 channel (1 = `4 / (block_size * block_size)`).
    The output element shape is `[2, 2, 1]`.
    
    For an input tensor with larger depth, here of shape `[1, 1, 1, 12]`, e.g.
    
    ```
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. RELEASE.md

            custom estimator with optimizer v2, you have to scale losses. We have
            new utilities to help scale losses `tf.nn.compute_average_loss`,
            `tf.nn.scale_regularization_loss`.
    
    *   `tf.keras`:
    
        *   Premade models (including Linear and WideDeep) have been introduced for
            the purpose of replacing Premade estimators.
        *   Model saving changes
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "format": "int32",
                "type": "integer"
              },
              "updatedReplicas": {
                "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.",
                "format": "int32",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

     - reach GA, and deprecate the beta, or
     - have a new beta version _(and deprecate the previous beta)_.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
            "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
            "properties": {
              "continue": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    			s.Spec.ClusterIPs = []string{core.ClusterIPNone}
    		},
    		// in the v1 API, targetPorts on headless services were tolerated.
    		// once we have version-specific validation, we can reject this on newer API versions, but until then, we have to tolerate it for compatibility.
    		// numErrs: 1,
    		numErrs: 0,
    	}, {
    		name: "invalid port headless 2",
    		tweakSvc: func(s *core.Service) {
    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. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                  url:
                    description: URL of a Wasm module or OCI container.
                    minLength: 1
                    type: string
                    x-kubernetes-validations:
                    - message: url must have schema one of [http, https, file, oci]
                      rule: 'isURL(self) ? (url(self).getScheme() in ['''', ''http'',
                        ''https'', ''oci'', ''file'']) : (isURL(''http://'' + self) &&
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  10. manifests/charts/base/crds/crd-all.gen.yaml

                  url:
                    description: URL of a Wasm module or OCI container.
                    minLength: 1
                    type: string
                    x-kubernetes-validations:
                    - message: url must have schema one of [http, https, file, oci]
                      rule: 'isURL(self) ? (url(self).getScheme() in ['''', ''http'',
                        ''https'', ''oci'', ''file'']) : (isURL(''http://'' + self) &&
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top