Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DecodeGif (0.14 sec)

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

      );
    
      let results = (outs
        Res<TF_Uint8Tensor, [{3-D with shape `[height, width, channels]`..}]>:$image
      );
    }
    
    def TF_DecodeGifOp : TF_Op<"DecodeGif", [Pure]> {
      let summary = "Decode the frame(s) of a GIF-encoded image to a uint8 tensor.";
    
      let description = [{
    GIF images with frame or transparency compression are not supported.
    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