Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for SAME (0.73 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                          type: string
                        network:
                          description: Network enables Istio to group endpoints resident
                            in the same L3 domain/network.
                          type: string
                        ports:
                          additionalProperties:
                            type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
Back to top