Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. RELEASE.md

        *   Expose a flag that allows the number of threads to vary across Python
            benchmarks.
        *   `image.resize` in 2.0 now supports gradients for the new resize kernels.
        *   `image.resize` now considers proper pixel centers and has new kernels
            (incl. anti-aliasing).
        *   Renamed `tf.image` functions to remove duplicate "image" where it is
            redundant.
    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

      let summary = "Decode and Crop a JPEG-encoded image to a uint8 tensor.";
    
      let description = [{
    The attr `channels` indicates the desired number of color channels for the
    decoded image.
    
    Accepted values are:
    
    *   0: Use the number of channels in the JPEG-encoded image.
    *   1: output a grayscale image.
    *   3: output an RGB image.
    
    If needed, the JPEG-encoded image is transformed to match the requested number
    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