Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Validation (0.29 sec)

  1. RELEASE.md

    *   Fixes a missing validation which causes `TensorSummaryV2` to crash ([CVE-2022-29193](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29193))
    *   Fixes a missing validation which crashes `QuantizeAndDequantizeV4Grad` ([CVE-2022-29192](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29192))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        type: string
                        x-kubernetes-validations:
                        - message: cross namespace referencing is not currently supported
                          rule: self.size() == 0
                    required:
                    - kind
                    - name
                    type: object
                    x-kubernetes-validations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                        type: string
                        x-kubernetes-validations:
                        - message: cross namespace referencing is not currently supported
                          rule: self.size() == 0
                    required:
                    - kind
                    - name
                    type: object
                    x-kubernetes-validations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.publish.internal.validation.PublicationWarningsCollector> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (PublicationWarningsCollector.java:0)
    Class <org.gradle.api.publish.internal.validation.PublicationWithProject> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (PublicationWithProject.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)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    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
    receives an ill-formatted equation; since the validation is done at
    graph-building time, we omit format validation checks at runtime.
    
    Note: This Op is *not* intended to be called by the user; instead users should
    call `tf.einsum` directly. It is a hidden Op used by `tf.einsum`.
    
    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