MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / testFFT2D

Method testFFT2D

tensorflow/compiler/tests/fft_test.py:111–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 signal.fft)
110
111 def testFFT2D(self):
112 self._VerifyFftMethod(INNER_DIMS_2D, lambda x: x, np.fft.fft2,
113 signal.fft2d)
114
115 def testFFT3D(self):
116 self._VerifyFftMethod(INNER_DIMS_3D, lambda x: x,

Callers

nothing calls this directly

Calls 1

_VerifyFftMethodMethod · 0.95

Tested by

no test coverage detected