Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertRfftToRfft2d (0.13 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    //   input       fft_len
    //    \            /
    //   expand_dim    concat with [1] at the front
    //      \         /
    //     rfft_2d
    //       |
    //     squeeze
    struct ConvertRfftToRfft2d : public RewritePattern {
      explicit ConvertRfftToRfft2d(MLIRContext *context)
          : RewritePattern(TF::RFFTOp::getOperationName(), 1, context) {}
    
      LogicalResult matchAndRewrite(Operation *op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top