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

Function isLstmBasicKernel

tensorflow/lite/delegates/nnapi/nnapi_delegate.cc:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213constexpr int kLstmBasicKernelInputSize = 5;
214
215inline bool isLstmBasicKernel(const TfLiteNode* node) {
216 return node->inputs->size == kLstmBasicKernelInputSize;
217}
218
219inline bool isLstmFullKernel(const TfLiteNode* node) {
220 return node->inputs->size == kLstmFullKernelInputSize ||

Callers 2

MapMethod · 0.85
AddOpsAndTensorsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected