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

Function isLstmFullKernel

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

Source from the content-addressed store, hash-verified

217}
218
219inline bool isLstmFullKernel(const TfLiteNode* node) {
220 return node->inputs->size == kLstmFullKernelInputSize ||
221 node->inputs->size == kLstmFullKernelNoOptionalParamsInputSize;
222}
223
224bool IsHybridOperator(const TfLiteContext* context, int builtin_code,
225 const TfLiteNode* node) {

Callers 2

IsHybridOperatorFunction · 0.85
AddOpsAndTensorsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected