Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for RFFT3D (0.15 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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_RFFT3DOp : TF_Op<"RFFT3D", [Pure]> {
      let summary = "3D real-valued fast Fourier transform.";
    
      let description = [{
    Computes the 3-dimensional discrete Fourier transform of a real-valued signal
    over the inner-most 3 dimensions of `input`.
    
    Since the DFT of a real signal is Hermitian-symmetric, `RFFT3D` only returns the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. 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)
Back to top