Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for IFFT2D (0.21 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. RELEASE.md

        * Added `dtensor.get_default_mesh`, for retrieving the current default mesh under the dtensor context.
        * \*fft\* ops now support dtensors with any layout. Fixed bug in 'fft2d/fft3d', 'ifft2d/ifft3d', 'rfft2d/rfft3d', and 'irfft2d/irfft3d' for sharde input. Refer to this [blog post](https://blog.tensorflow.org/2023/08/distributed-fast-fourier-transform-in-tensorflow.html) for details.
    
    *  `tf.experimental.strict_mode`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    @compatibility(numpy)
    Equivalent to np.fft.ifft
    @end_compatibility}]>:$output
      );
    
      TF_DerivedOperandTypeAttr Tcomplex = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_IFFT2DOp : TF_Op<"IFFT2D", [Pure]> {
      let summary = "Inverse 2D fast Fourier transform.";
    
      let description = [{
    Computes the inverse 2-dimensional discrete Fourier transform over the
    inner-most 2 dimensions of `input`.
      }];
    
    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