Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Signatures (0.31 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.artifacts.verification.signatures.BuildTreeDefinedKeys> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildTreeDefinedKeys.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  2. RELEASE.md

    *   `tf.function`:
    
        *   `tf.function` now uses the Python inspect library directly for parsing the signature of the Python function it is decorated on. This change may break code where the function signature is malformed, but was ignored previously, such as:
            *   Using `functools.wraps` on a function with different signature
            *   Using `functools.partial` with an invalid `tf.function` input
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. gradle/verification-keyring.keys

    M+0zKgoHWFksYpbrc8Pj/7/jhfpzoY7u3xN40SAAB/9Rp7J16DcWUG45Xqq924pR
    EA2DgG2xmo0JUOORyytRnNl2NeP7QMqAc7I=
    =CY+c
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    218FA0F6A941A037
    uid    Kevin L. Stern (for ossrh signatures) <******@****.***>
    
    sub    9FF24F51B06DCC19
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQENBFjDR2UBCADDfzBacBg664xalF55ghVkhxxwLaTNUdvTJ9o0IH+cGTRj7EYr
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  4. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

        }
      }
      object_graph_def {
        nodes {
          children {
            node_id: 1
            local_name: "get_c"
          }
          children {
            node_id: 2
            local_name: "signatures"
          }
          user_object {
            identifier: "_generic_user_object"
            version {
              producer: 1
              min_consumer: 1
            }
          }
        }
        nodes {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  5. 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
                          minLength: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. 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
                          minLength: 1
    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

                        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)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Selection).Type", Method, 5},
    		{"(*Signature).Params", Method, 5},
    		{"(*Signature).Recv", Method, 5},
    		{"(*Signature).RecvTypeParams", Method, 18},
    		{"(*Signature).Results", Method, 5},
    		{"(*Signature).String", Method, 5},
    		{"(*Signature).TypeParams", Method, 18},
    		{"(*Signature).Underlying", Method, 5},
    		{"(*Signature).Variadic", Method, 5},
    		{"(*Slice).Elem", Method, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      b = gen_batch_ops.batch_function(
              f=computation
              in_tensors=[a],
              captured_tensors=computation.captured_inputs,
              Tout=[o.type for o in computation.definition.signature.output_arg],
              num_batch_threads=1,
              max_batch_size=10,
              batch_timeout_micros=100000,  # 100ms
              allowed_batch_sizes=[3, 10],
              batching_queue="")
      ```
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top