| 73 | } |
| 74 | inline int NumInputs(const TfLiteNode* node) { return node->inputs->size; } |
| 75 | inline int NumOutputs(const TfLiteNode* node) { return node->outputs->size; } |
| 76 | inline int NumIntermediates(const TfLiteNode* node) { |
| 77 | return node->intermediates->size; |
| 78 | } |
no outgoing calls