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

Method testIFFT

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

Source from the content-addressed store, hash-verified

118 signal.fft3d)
119
120 def testIFFT(self):
121 self._VerifyFftMethod(INNER_DIMS_1D, lambda x: x, np.fft.ifft,
122 signal.ifft)
123
124 def testIFFT2D(self):
125 self._VerifyFftMethod(INNER_DIMS_2D, lambda x: x, np.fft.ifft2,

Callers

nothing calls this directly

Calls 1

_VerifyFftMethodMethod · 0.95

Tested by

no test coverage detected