MCPcopy 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_funMethod · 0.45
DispatchKernelMethod · 0.45
CalculateTextureRegionFunction · 0.45
CopyMethod · 0.45
processBitmapMethod · 0.45
updateActiveModelMethod · 0.45
ImageClassifierMethod · 0.45
classifyFrameMethod · 0.45

Calls 1

IntegralDivideRoundUpFunction · 0.50

Tested by 1

example_funMethod · 0.36