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

Method testIFFT3D

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

Source from the content-addressed store, hash-verified

126 signal.ifft2d)
127
128 def testIFFT3D(self):
129 self._VerifyFftMethod(INNER_DIMS_3D, lambda x: x,
130 lambda x: np.fft.ifftn(x, axes=(-3, -2, -1)),
131 signal.ifft3d)
132
133 def testRFFT(self):
134

Callers

nothing calls this directly

Calls 1

_VerifyFftMethodMethod · 0.95

Tested by

no test coverage detected