Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for SAME (0.1 sec)

  1. 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)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TensorOf<[TF_Bfloat16, TF_Float16, TF_Float32, TF_Float64, TF_Int32]>, [{An `(N+2)-D` Tensor with the same type as `input` and shape
    `spatial_filter_shape + [in_channels, out_channels]`, where spatial_filter_shape
    is N-dimensional with `N=2` or `N=3`.
    }]>:$filter,
    
        I64ArrayAttr:$strides,
        TF_AnyStrAttrOf<["SAME", "VALID", "EXPLICIT"]>:$padding,
        DefaultValuedOptionalAttr<I64ArrayAttr, "{}">:$explicit_paddings,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K 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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

    functionality of the dataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, when namespace isn't specified in dataSourceRef, both fields (dataSource and dataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. When namespace is specified in dataSourceRef, dataSource isn't set to the same value and must be empty. There are three important differences between dataSource and dataSourceRef:...
    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. 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)
  7. 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)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    maxLength: 256
                    minLength: 1
                    type: string
                  priority:
                    description: Determines ordering of `WasmPlugins` in the same `phase`.
                    format: int32
                    nullable: true
                    type: integer
                  selector:
                    description: Criteria used to select the specific set of pods/VMs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  9. manifests/charts/base/crds/crd-all.gen.yaml

                    maxLength: 256
                    minLength: 1
                    type: string
                  priority:
                    description: Determines ordering of `WasmPlugins` in the same `phase`.
                    format: int32
                    nullable: true
                    type: integer
                  selector:
                    description: Criteria used to select the specific set of pods/VMs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K 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