MCPcopy 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
45bool IsPowerOfTwo(uint32_t v) { return v && !(v & (v - 1)); }
46
47static TfLiteStatus InitTemporaryTensors(TfLiteContext* context,
48 TfLiteNode* node) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected