Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IRFFT (0.05 sec)

  1. RELEASE.md

    *   Fixes a `CHECK`-fail in `LoadAndRemapMatrix`
        ([CVE-2021-29561](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29561))
    *   Fixes a `CHECK`-fail in `tf.raw_ops.IRFFT`
        ([CVE-2021-29562](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29562))
    *   Fixes a `CHECK`-fail in `tf.raw_ops.RFFT`
        ([CVE-2021-29563](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29563))
    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

    @compatibility(numpy)
    Equivalent to np.fft.ifftn with 3 dimensions.
    @end_compatibility}]>:$output
      );
    
      TF_DerivedOperandTypeAttr Tcomplex = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_IRFFTOp : TF_Op<"IRFFT", [Pure]> {
      let summary = "Inverse real-valued fast Fourier transform.";
    
      let description = [{
    Computes the inverse 1-dimensional discrete Fourier transform of a real-valued
    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