Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IFFT (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          mlir::RankedTensorType::get({},
          $_builder.getType<mlir::TF::ResourceType>()),
          container, shared_name, use_node_name_sharing, key_dtype, value_dtype);
        }]>];
    }
    
    def TF_IFFTOp : TF_Op<"IFFT", [Pure]> {
      let summary = "Inverse fast Fourier transform.";
    
      let description = [{
    Computes the inverse 1-dimensional discrete Fourier transform over the
    inner-most dimension 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)
  2. RELEASE.md

            object (e.g. "hparams.add_hparam(name='a.b', value=0.0)").
        *   Benchmark for tf.scan in graph and eager modes.
        *   Added complex128 support to FFT, FFT2D, FFT3D, IFFT, IFFT2D, and IFFT3D.
        *   Making ids unique in `nn.embedding_lookup_sparse`. This helps to reduce
            RPC calls for looking up the embeddings when there are repeated ids in
            the batch.
    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