Searched refs:RFFT (Results 1 – 19 of 19) sorted by relevance
/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/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/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/xla/service/gpu/ |
D | fft_thunk.cc | 71 case FftType::RFFT: in FftTypeToSeType()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_fft_impl.h | 188 case ::xla::FftType::RFFT: in EigenFftWithRank()
|
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/ |
D | gpu_supported_ops.md | 163 `RFFT` |
|
D | cpu_supported_ops.md | 163 `RFFT` |
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 519 RFFT = 2; // Forward real FFT; real in, fft_length / 2 + 1 complex out enumerator
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser_test.cc | 730 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()
|
D | shape_inference.cc | 1842 case RFFT: { in InferFftShape()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 1527 TEST_F(OpTest, RFFT) { in TEST_F() argument
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2576 name: "RFFT"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2576 name: "RFFT"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 25717 func RFFT(scope *Scope, input tf.Output, fft_length tf.Output) (output tf.Output) { func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 26398 name: "RFFT"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v1.pbtxt | 51677 name: "RFFT"
|
D | ops_history.v2.pbtxt | 51094 name: "RFFT"
|