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

Method DimsData

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

Source from the content-addressed store, hash-verified

202 }
203
204 inline int32* DimsData() {
205 return size_ > kMaxSmallSize ? dims_pointer_ : dims_;
206 }
207 inline const int32* DimsData() const {
208 return size_ > kMaxSmallSize ? dims_pointer_ : dims_;
209 }

Callers 5

Rfft2dHelperFunction · 0.80
TESTFunction · 0.80
RuntimeShapeMethod · 0.80
operator==Method · 0.80
FlatSizeSkipDimFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64