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

Method DimsDataUpTo4D

tensorflow/lite/kernels/internal/types.h:211–211  ·  view source on GitHub ↗

The caller must ensure that the shape is no bigger than 4-D.

Source from the content-addressed store, hash-verified

209 }
210 // The caller must ensure that the shape is no bigger than 4-D.
211 inline const int32* DimsDataUpTo4D() const { return dims_; }
212
213 inline void Resize(int dimensions_count) {
214 if (size_ > kMaxSmallSize) {

Callers 1

OffsetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected