Home
last modified time | relevance | path

Searched refs:RFFT (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RFFT.pbtxt2 graph_op_name: "RFFT"
32 Since the DFT of a real signal is Hermitian-symmetric, `RFFT` only returns the
36 Along the axis `RFFT` is computed on, if `fft_length` is smaller than the
Dapi_def_IRFFT.pbtxt32 The inner-most dimension of `input` is assumed to be the result of `RFFT`: the
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fft_test.cc27 EXPECT_EQ(::xla::FftType::RFFT, in TEST()
28 static_cast<::tensorflow::int32>(::tensorflow::xla::FftType::RFFT)); in TEST()
Druntime_fft_impl.h33 RFFT = 2, // Forward real FFT; real in, fft_length / 2 + 1 complex out enumerator
211 case FftType::RFFT: in EigenFftWithRank()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DRFFT.pbtxt2 name: "RFFT"
17 name: "RFFT"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DRFFT.pbtxt2 name: "RFFT"
17 name: "RFFT"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_RFFT.pbtxt2 graph_op_name: "RFFT"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_RFFT.pbtxt2 graph_op_name: "RFFT"
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfft_ops.cc54 if (fft_type_ == FftType::RFFT || fft_type_ == FftType::IRFFT) { in Compile()
139 : GenericFftOp(ctx, /*fft_type=*/FftType::RFFT, /*fft_rank=*/FFTRank) {} in RFFTOp()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dattribute_exporter.cc146 case mlir::mhlo::FftType::RFFT: in ConvertFftType()
147 return xla::FftType::RFFT; in ConvertFftType()
Dattribute_importer.cc133 case FftType::RFFT: in ConvertFftType()
134 return mlir::mhlo::FftType::RFFT; in ConvertFftType()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops_base_enums.td41 def HLO_FFT_TYPE_RFFT : StrEnumAttrCase<"RFFT">;
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Doptimize.mlir44 // CHECK: %[[rff:.*]] = "tf.RFFT"(%arg0, %[[cst]]) : (tensor<10x20x30xf32>, tensor<1xi32>) -> tens…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Doptimize.td106 // input -> cast -> FFT => input -> RFFT
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfft_thunk.cc73 case FftType::RFFT: in FftTypeToSeType()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc1005 const bool output_is_truncated = fft_type == FftType::RFFT; in Sweep()
1190 const bool output_is_truncated = fft_type == FftType::RFFT; in CopyDataToOutput()
1227 const bool input_is_float = fft_type == FftType::RFFT; in CopyDataFromInput()
1276 if (fft_type == FftType::RFFT && input_elt_type != PrimitiveType::F32) { in CheckParameters()
1280 if (fft_type != FftType::RFFT && input_elt_type != PrimitiveType::C64) { in CheckParameters()
Dshape_inference_test.cc865 FftType type = FftType::RFFT; in TEST_F()
876 FftType type = FftType::RFFT; in TEST_F()
896 FftType type = FftType::RFFT; in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc583 .value("RFFT", FftType::RFFT) in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt397 // CHECK: "mhlo.fft"(%arg0) {fft_length = dense<9> : tensor<1xi64>, fft_type = "RFFT"
398 …ROOT %fft.2 = c64[3,5]{1,0} fft(%arg0.1), fft_type=RFFT, fft_length={9}, metadata={op_type="RFFT" …
Dexport.mlir472 …%0 = "mhlo.fft"(%arg0) {fft_length = dense<9> : tensor<1xi64>, fft_type = "RFFT"} : (tensor<3x9xf3…
478 // CHECK: c64[3,5] fft(f32[3,9] [[ARG]]), fft_type=RFFT, fft_length={9}
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md350 * `raw_ops.RFFT`
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md163 `RFFT` |
Dcpu_supported_ops.md163 `RFFT` |
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dlhlo_ops.mlir793 …"lmhlo.fft"(%arg0, %arg_out) {fft_length = dense<9> : tensor<1xi64>, fft_type = "RFFT"} : (memref<…
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto560 RFFT = 2; // Forward real FFT; real in, fft_length / 2 + 1 complex out enumerator

12