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

Method testFFT3D

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

Source from the content-addressed store, hash-verified

113 signal.fft2d)
114
115 def testFFT3D(self):
116 self._VerifyFftMethod(INNER_DIMS_3D, lambda x: x,
117 lambda x: np.fft.fftn(x, axes=(-3, -2, -1)),
118 signal.fft3d)
119
120 def testIFFT(self):
121 self._VerifyFftMethod(INNER_DIMS_1D, lambda x: x, np.fft.ifft,

Callers

nothing calls this directly

Calls 1

_VerifyFftMethodMethod · 0.95

Tested by

no test coverage detected