Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Rfft2dHelper
Function · 0.80
TEST
Function · 0.80
RuntimeShape
Method · 0.80
operator==
Method · 0.80
FlatSizeSkipDim
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64