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

Method testIFFT2D

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

Source from the content-addressed store, hash-verified

122 signal.ifft)
123
124 def testIFFT2D(self):
125 self._VerifyFftMethod(INNER_DIMS_2D, lambda x: x, np.fft.ifft2,
126 signal.ifft2d)
127
128 def testIFFT3D(self):
129 self._VerifyFftMethod(INNER_DIMS_3D, lambda x: x,

Callers

nothing calls this directly

Calls 1

_VerifyFftMethodMethod · 0.95

Tested by

no test coverage detected