Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Register_RFFT2D
Function
Register_RFFT2D
tensorflow/lite/kernels/rfft2d.cc:418–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
} // namespace rfft2d
417
418
TfLiteRegistration* Register_RFFT2D() {
419
static TfLiteRegistration r = {rfft2d::Init, rfft2d::Free, rfft2d::Prepare,
420
rfft2d::Eval};
421
return &r;
422
}
423
424
} // namespace custom
425
} // namespace ops
Callers
1
TfLiteDriver
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected