Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cleanBar (0.13 sec)

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

    On Linux and MacOS systems, convert animated GIFs from compressed to
    uncompressed by running:
    
        convert $src.gif -coalesce $dst.gif
    
    This op also supports decoding JPEGs and PNGs, though it is cleaner to use
    `tf.io.decode_image`.
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{0-D.  The GIF-encoded image.}]>:$contents
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            generic mutable hash table implementation.
            *   Compared to `tf.lookup.experimental.DenseHashTable` this offers
                lower overall memory usage, and a cleaner API. It does not require
                specifying a `delete_key` and `empty_key` that cannot be inserted
                into the table.
        *   Added support for specifying number of subdivisions in all reduce host
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top