Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ NumDimensions
Function
NumDimensions
tensorflow/lite/kernels/kernel_util.h:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
namespace tflite {
26
27
inline int NumDimensions(const TfLiteTensor* t) { return t->dims->size; }
28
inline int SizeOfDimension(const TfLiteTensor* t, int dim) {
29
return t->dims->data[dim];
30
}
Callers
15
Prepare
Function · 0.85
Prepare
Function · 0.85
ResizeOutput
Function · 0.85
Prepare
Function · 0.85
Prepare
Function · 0.85
ResizeOutputTensors
Function · 0.85
Prepare
Function · 0.85
Prepare
Function · 0.85
Prepare
Function · 0.85
Prepare
Function · 0.85
Eval
Function · 0.85
Prepare
Function · 0.85
Calls
no outgoing calls
Tested by
1
Prepare
Function · 0.68