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

Method SupportsFft

tensorflow/stream_executor/host/host_gpu_executor.cc:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304bool HostExecutor::SupportsFft() const {
305 return PluginRegistry::Instance()
306 ->GetFactory<PluginRegistry::FftFactory>(kHostPlatformId,
307 plugin_config_.fft())
308 .ok();
309}
310
311fft::FftSupport *HostExecutor::CreateFft() {
312 PluginRegistry *registry = PluginRegistry::Instance();

Callers

nothing calls this directly

Calls 2

fftMethod · 0.80
okMethod · 0.45

Tested by

no test coverage detected