Home
last modified time | relevance | path

Searched defs:complex_input (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_ops_test.h247 absl::InlinedVector<T, 10> complex_input; in DefaultInput() local
263 absl::InlinedVector<T, 10> complex_input; in ComplexInputFromValues() local
/external/pytorch/aten/src/ATen/native/cuda/
DCuFFTPlanCache.h90 inline CuFFTTransformType GetCuFFTTransformType(bool complex_input, bool complex_output) { in GetCuFFTTransformType()
299 const auto complex_input = cufft_complex_input(fft_type); in CuFFTConfig() local
/external/pytorch/aten/src/ATen/native/mkl/
DSpectralOps.cpp351 bool complex_input, bool complex_output, in _plan_mkl_fft()