Home
last modified time | relevance | path

Searched refs:createFFTComplexToRealWeights (Results 1 – 2 of 2) sorted by relevance

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Graph/
H A DGraph.h1903 Constant *createFFTComplexToRealWeights(llvm::StringRef name, dim_t fftLength,
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DGraph.cpp4615 Constant *Function::createFFTComplexToRealWeights(llvm::StringRef name, in createFFTComplexToRealWeights() function in Function
4653 auto complexToRealWeights = createFFTComplexToRealWeights( in createAudioSpectrogram()