Home
last modified time | relevance | path

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

/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/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/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/xla/service/gpu/
Dfft_thunk.cc71 case FftType::RFFT: in FftTypeToSeType()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fft_impl.h188 case ::xla::FftType::RFFT: in EigenFftWithRank()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md163 `RFFT` |
Dcpu_supported_ops.md163 `RFFT` |
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto519 RFFT = 2; // Forward real FFT; real in, fft_length / 2 + 1 complex out enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser_test.cc730 ROOT %fft = c64[5,64,17]{2,1,0} fft(f32[5,64,32]{2,1,0} %input), fft_type=RFFT, fft_length={64,32} in CreateTestCases()
Dshape_inference.cc1842 case RFFT: { in InferFftShape()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1527 TEST_F(OpTest, RFFT) { in TEST_F() argument
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt2576 name: "RFFT"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt2576 name: "RFFT"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go25717 func RFFT(scope *Scope, input tf.Output, fft_length tf.Output) (output tf.Output) { func
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt26398 name: "RFFT"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v1.pbtxt51677 name: "RFFT"
Dops_history.v2.pbtxt51094 name: "RFFT"