/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RFFT.pbtxt | 2 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
|
D | api_def_IRFFT.pbtxt | 32 The inner-most dimension of `input` is assumed to be the result of `RFFT`: the
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_fft_test.cc | 27 EXPECT_EQ(::xla::FftType::RFFT, in TEST() 28 static_cast<::tensorflow::int32>(::tensorflow::xla::FftType::RFFT)); in TEST()
|
D | runtime_fft_impl.h | 33 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/ |
D | RFFT.pbtxt | 2 name: "RFFT" 17 name: "RFFT"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | RFFT.pbtxt | 2 name: "RFFT" 17 name: "RFFT"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_RFFT.pbtxt | 2 graph_op_name: "RFFT"
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_RFFT.pbtxt | 2 graph_op_name: "RFFT"
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | fft_ops.cc | 54 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/ |
D | attribute_exporter.cc | 146 case mlir::mhlo::FftType::RFFT: in ConvertFftType() 147 return xla::FftType::RFFT; in ConvertFftType()
|
D | attribute_importer.cc | 133 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/ |
D | hlo_ops_base_enums.td | 41 def HLO_FFT_TYPE_RFFT : StrEnumAttrCase<"RFFT">;
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | optimize.mlir | 44 // CHECK: %[[rff:.*]] = "tf.RFFT"(%arg0, %[[cst]]) : (tensor<10x20x30xf32>, tensor<1xi32>) -> tens…
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | optimize.td | 106 // input -> cast -> FFT => input -> RFFT
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | fft_thunk.cc | 73 case FftType::RFFT: in FftTypeToSeType()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator.cc | 1005 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()
|
D | shape_inference_test.cc | 865 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/ |
D | xla_compiler.cc | 583 .value("RFFT", FftType::RFFT) in BuildXlaCompilerSubmodule()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | import.hlotxt | 397 // 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" …
|
D | export.mlir | 472 …%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/ |
D | op_select_allowlist.md | 350 * `raw_ops.RFFT`
|
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/ |
D | gpu_supported_ops.md | 163 `RFFT` |
|
D | cpu_supported_ops.md | 163 `RFFT` |
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | lhlo_ops.mlir | 793 …"lmhlo.fft"(%arg0, %arg_out) {fft_length = dense<9> : tensor<1xi64>, fft_type = "RFFT"} : (memref<…
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 560 RFFT = 2; // Forward real FFT; real in, fft_length / 2 + 1 complex out enumerator
|