Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reencode (0.29 sec)

  1. RELEASE.md

                uprank rank 1 inputs, so these layers can now multi-hot encode
                unbatched multi-dimensional samples.
            *   Added a new output mode `"one_hot"` for `CategoryEncoding`,
                `StringLookup`, `IntegerLookup`, which will encode each element in
                an input batch individually, and automatically append a new output
    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

      );
    
      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.
    *   2: for grayscale + alpha.
    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