Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DecodePng (0.16 sec)

  1. RELEASE.md

    *   Fixes multiple `CHECK`-failures in binary ops due to type confusion
        ([CVE-2022-23583](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23583))
    *   Fixes a use after free in `DecodePng` kernel
        ([CVE-2022-23584](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23584))
    *   Fixes a memory leak in decoding PNG images
        ([CVE-2022-23585](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23585))
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    number of bytes to represent `out_type`.}]>:$output
      );
    
      TF_DerivedResultTypeAttr out_type = TF_DerivedResultTypeAttr<0>;
    }
    
    def TF_DecodePngOp : TF_Op<"DecodePng", [Pure]> {
      let summary = "Decode a PNG-encoded image to a uint8 or uint16 tensor.";
    
      let description = [{
    The attr `channels` indicates the desired number of color channels for the
    decoded image.
    
    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