Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Generating (0.17 sec)

  1. RELEASE.md

            *   (since v2.7) `tf.Variable.scatter_add` (and other scatter methods,
                both on ref and resource variables)
            *   (since v2.7) The random-number-generating ops in the `tf.random`
                module when the global random seed has not yet been set (via
                `tf.random.set_seed`). Throws `RuntimeError` from Python or
                `InvalidArgument` from C++
    
    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

    *   2: for grayscale + alpha.
    *   3: for RGB.
    *   4: for RGBA.
    
    The ZLIB compression level, `compression`, can be -1 for the PNG-encoder
    default or a value from 0 to 9.  9 is the highest compression level, generating
    the smallest output, but is slower.
      }];
    
      let arguments = (ins
        Arg<TensorOf<[TF_Uint16, TF_Uint8]>, [{3-D with shape `[height, width, channels]`.}]>:$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