MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / product

Method product

tensorflow/lite/delegates/gpu/api.h:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 int32_t d() const { return IntegralDivideRoundUp(c, 4); }
143
144 int32_t product() const { return b * h * w * c; }
145
146 bool operator==(const Dimensions& other) const {
147 return b == other.b && h == other.h && w == other.w && c == other.c;

Calls

no outgoing calls