Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ DimensionsCount
Method
DimensionsCount
tensorflow/lite/kernels/internal/types.h:188–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
inline int32 DimensionsCount() const { return size_; }
189
inline int32 Dims(int i) const {
190
TFLITE_DCHECK_GE(i, 0);
191
TFLITE_DCHECK_LT(i, size_);
Callers
15
Rfft2dHelper
Function · 0.80
LogSoftmaxEval
Function · 0.80
ResizeOutputTensor
Function · 0.80
Eval
Function · 0.80
TEST
Function · 0.80
RuntimeShape
Method · 0.80
ToRuntimeDims
Function · 0.80
Offset
Function · 0.80
MatchingFlatSize
Function · 0.80
FlatSizeSkipDim
Function · 0.80
MatchingFlatSizeSkipDim
Function · 0.80
DepthwiseConvWithRounding
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64