Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for encodeArg (0.12 sec)

  1. RELEASE.md

    *   Fixes a heap buffer overflow caused by rounding
        ([CVE-2021-29529](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29529))
    *   Fixes a `CHECK`-fail in `tf.raw_ops.EncodePng`
        ([CVE-2021-29531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29531))
    *   Fixes a heap out of bounds read in `RaggedCross`
        ([CVE-2021-29532](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29532))
    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. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.serialize.Encoder$EncodeAction> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Encoder.java:0)
    Class <org.gradle.internal.serialize.Encoder> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Encoder.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)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Res<TF_Tensor, [{A `Tensor` of type `T`.}]>:$output
      );
    
      TF_DerivedResultTypeAttr dtype = TF_DerivedResultTypeAttr<0>;
    
      let hasFolder = 1;
    }
    
    def TF_EncodePngOp : TF_Op<"EncodePng", [Pure]> {
      let summary = "PNG-encode an image.";
    
      let description = [{
    `image` is a 3-D uint8 or uint16 Tensor of shape `[height, width, channels]`
    where `channels` is:
    
    *   1: for grayscale.
    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