Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Validate2 (0.32 sec)

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

        Arg<TF_I32OrI64Tensor, [{A 1-D tensor whose size is equal to the size of `data`'s
    first dimension.  Values should be sorted and can be repeated.
    
    Caution: The values are always validated to be sorted on CPU, never validated
    on GPU.}]>:$segment_ids
      );
    
      let results = (outs
        Res<TF_IntOrFpTensor, [{Has same shape as data, except for dimension 0 which
    has size `k`, the number of segments.}]>:$output
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		Namespace: "default",
    	}
    
    	// shortSecretRef refers to the secretRefs which are validated with IsDNS1035Label
    	shortSecretName := "key-name"
    	shortSecretRef := &core.SecretReference{
    		Name:      shortSecretName,
    		Namespace: "default",
    	}
    
    	// longSecretRef refers to the secretRefs which are validated with IsDNS1123Subdomain
    	longSecretName := "key-name.example.com"
    	longSecretRef := &core.SecretReference{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        jwks:
                          description: JSON Web Key Set of public keys to validate signature
                            of the JWT.
                          type: string
                        jwks_uri:
                          description: URL of the provider's public key set to validate
                            signature of the JWT.
                          type: string
                        jwksUri:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        jwks:
                          description: JSON Web Key Set of public keys to validate signature
                            of the JWT.
                          type: string
                        jwks_uri:
                          description: URL of the provider's public key set to validate
                            signature of the JWT.
                          maxLength: 2048
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                        jwks:
                          description: JSON Web Key Set of public keys to validate signature
                            of the JWT.
                          type: string
                        jwks_uri:
                          description: URL of the provider's public key set to validate
                            signature of the JWT.
                          maxLength: 2048
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/gateway-api-crd.yaml

                          CACertificateRefs contains one or more references to Kubernetes objects that
                          contain a PEM-encoded TLS CA certificate bundle, which is used to
                          validate a TLS handshake between the Gateway and backend Pod.
    
    
                          If CACertificateRefs is empty or unspecified, then WellKnownCACertificates must be
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "format": "int64",
                "type": "integer"
              },
              "runAsNonRoot": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. RELEASE.md

        e.g., setting the environment variable `TF_ENABLE_MKL_NATIVE_FORMAT` will
        not have any effect.
    
    *   TensorFlow has been validated on Windows Subsystem for Linux 2 (aka WSL 2)
        for both GPUs and CPUs.
    
    *   Due to security issues (see section below), all boosted trees code has been
        deprecated. Users should switch to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*PrivateKey).Equal", Method, 15},
    		{"(*PrivateKey).Precompute", Method, 0},
    		{"(*PrivateKey).Public", Method, 4},
    		{"(*PrivateKey).Sign", Method, 4},
    		{"(*PrivateKey).Size", Method, 11},
    		{"(*PrivateKey).Validate", Method, 0},
    		{"(*PublicKey).Equal", Method, 15},
    		{"(*PublicKey).Size", Method, 11},
    		{"CRTValue", Type, 0},
    		{"CRTValue.Coeff", Field, 0},
    		{"CRTValue.Exp", Field, 0},
    		{"CRTValue.R", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top