Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for sameId (0.93 sec)

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

    side of the equation. The right-hand side of the equation consists of the
    output subscript. The input subscripts and the output subscript should consist
    of zero or more named axis labels and at most one ellipsis (`...`).
    
    The named axis labels may be any single character other than those having
    special meaning, namely `,.->`. The behavior of this Op is undefined if it
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. src/testdata/Isaac.Newton-Opticks.txt

    between two parallel right Lines _af_ and _gm_ with the same distances
    between their Centers, and illuminated by the same sorts of Rays, that
    is the Circle _ag_ with the same sort by which the corresponding Circle
    AG was illuminated, and the Circle _bh_ with the same sort by which the
    corresponding Circle BH was illuminated, and the rest of the Circles
    _ci_, _dk_, _el_, _fm_ respectively, with the same sorts of Rays by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      2. Multiple Listeners with the same Port that use either the "HTTPS" or
                         "TLS" Protocol that all have unique Hostname values.
                      3. A mixture of "TCP" and "UDP" Protocol Listeners, where no Listener
                         with the same Protocol has the same Port value.
    
    
                      Some fields in the Listener struct have possible values that affect
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. RELEASE.md

        *   Allow LinearOperator to broadcast.
        *   SavedModelBuilder will now deduplicate asset names that point to files
            with the same basename and the same contents. Note that this may result
            in new asset files included in SavedModels in cases where assets with
            the same name but different contents were previously overwriting each
            other.
    
    ## Thanks to our Contributors
    
    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

              },
              "updateStrategy": {
                "allOf": [
    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. manifests/charts/base/crds/crd-all.gen.yaml

                    type: array
                  host:
                    description: The name of a service from the service registry.
                    type: string
                  subsets:
                    description: One or more named sets that represent individual versions
                      of a service.
                    items:
                      properties:
                        labels:
                          additionalProperties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                    type: array
                  host:
                    description: The name of a service from the service registry.
                    type: string
                  subsets:
                    description: One or more named sets that represent individual versions
                      of a service.
                    items:
                      properties:
                        labels:
                          additionalProperties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    	successCase := []core.Container{{
    		Name:  "container-1-same-host-port-different-protocol",
    		Image: "image",
    		Ports: []core.ContainerPort{
    			{ContainerPort: 80, HostPort: 80, Protocol: "TCP"},
    			{ContainerPort: 80, HostPort: 80, Protocol: "UDP"},
    		},
    		ImagePullPolicy:          "IfNotPresent",
    		TerminationMessagePolicy: "File",
    	}, {
    		Name:  "container-2-same-host-port-different-protocol",
    		Image: "image",
    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/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*MethodSet).String", Method, 5},
    		{"(*Named).AddMethod", Method, 5},
    		{"(*Named).Method", Method, 5},
    		{"(*Named).NumMethods", Method, 5},
    		{"(*Named).Obj", Method, 5},
    		{"(*Named).Origin", Method, 18},
    		{"(*Named).SetTypeParams", Method, 18},
    		{"(*Named).SetUnderlying", Method, 5},
    		{"(*Named).String", Method, 5},
    		{"(*Named).TypeArgs", Method, 18},
    		{"(*Named).TypeParams", Method, 18},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

    ### Failing Test
    
    - Fixes the `should receive events on concurrent watches in same order` conformance test to work properly on clusters that auto-create additional configmaps in namespaces ([#101950](https://github.com/kubernetes/kubernetes/pull/101950), [@liggitt](https://github.com/liggitt)) [SIG API Machinery and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top