Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsPowerOfTwo
Function
IsPowerOfTwo
tensorflow/lite/kernels/rfft2d.cc:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
};
44
45
bool IsPowerOfTwo(uint32_t v) { return v && !(v & (v - 1)); }
46
47
static TfLiteStatus InitTemporaryTensors(TfLiteContext* context,
48
TfLiteNode* node) {
Callers
1
ResizeOutputandTemporaryTensors
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected