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

Method _tf_fn

tensorflow/compiler/tests/fft_test.py:138–139  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

136 return np.fft.rfft(x, n=x.shape[-1])
137
138 def _tf_fn(x):
139 return signal.rfft(x, fft_length=[x.shape[-1]])
140
141 self._VerifyFftMethod(INNER_DIMS_1D, np.real, _to_expected, _tf_fn)
142

Callers

nothing calls this directly

Calls 1

rfftMethod · 0.80

Tested by

no test coverage detected