Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ d
Method
d
tensorflow/lite/delegates/gpu/api.h:142–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
: b(batch), h(height), w(width), c(channels) {}
141
142
int32_t d() const { return IntegralDivideRoundUp(c, 4); }
143
144
int32_t product() const { return b * h * w * c; }
145
Callers
10
example_fun
Method · 0.45
DispatchKernel
Method · 0.45
CalculateTextureRegion
Function · 0.45
Copy
Method · 0.45
loadsInputToByteBuffer
Method · 0.45
processBitmap
Method · 0.45
updateActiveModel
Method · 0.45
ImageClassifier
Method · 0.45
classifyFrame
Method · 0.45
convertBitmapToByteBuffer
Method · 0.45
Calls
1
IntegralDivideRoundUp
Function · 0.50
Tested by
1
example_fun
Method · 0.36