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

Function NumInputs

tensorflow/lite/kernels/kernel_util.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 return &context->tensors[tensor_index];
73}
74inline int NumInputs(const TfLiteNode* node) { return node->inputs->size; }
75inline int NumOutputs(const TfLiteNode* node) { return node->outputs->size; }
76inline int NumIntermediates(const TfLiteNode* node) {
77 return node->intermediates->size;

Callers 15

PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85
EvalFunction · 0.85
PrepareFunction · 0.85
PrepareFunction · 0.85

Calls

no outgoing calls

Tested by 1

PrepareFunction · 0.68