Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Matcher (0.14 sec)

  1. RELEASE.md

            during the python Dataset object creation instead doing it during
            Iterator creation time.
        *   Add `batch_dims` argument to `tf.gather`.
        *   The behavior of `tf.gather` is now correct when `axis=None` and
            `batch_dims<0`.
        *   Update docstring for gather to properly describe the non-empty
            `batch_dims` case.
        *   Removing of dtype in the constructor of initializers and partition_info
    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

    ksize_cols * depth]` containing image patches with size
    `ksize_rows x ksize_cols x depth` vectorized in the "depth" dimension. Note
    `out_rows` and `out_cols` are the dimensions of the output patches.}]>:$patches
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_FFTOp : TF_Op<"FFT", [Pure]> {
    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