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

Method testFFT

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

Source from the content-addressed store, hash-verified

105 self.assertAllClose(expected, value, rtol=RTOL, atol=ATOL)
106
107 def testFFT(self):
108 self._VerifyFftMethod(INNER_DIMS_1D, lambda x: x, np.fft.fft,
109 signal.fft)
110
111 def testFFT2D(self):
112 self._VerifyFftMethod(INNER_DIMS_2D, lambda x: x, np.fft.fft2,

Callers

nothing calls this directly

Calls 1

_VerifyFftMethodMethod · 0.95

Tested by

no test coverage detected