MCPcopy 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

25namespace tflite {
26
27inline int NumDimensions(const TfLiteTensor* t) { return t->dims->size; }
28inline int SizeOfDimension(const TfLiteTensor* t, int dim) {
29 return t->dims->data[dim];
30}

Callers 15

PrepareFunction · 0.85
PrepareFunction · 0.85
ResizeOutputFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
ResizeOutputTensorsFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
EvalFunction · 0.85
PrepareFunction · 0.85

Calls

no outgoing calls

Tested by 1

PrepareFunction · 0.68