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

Function Register_RNN

tensorflow/lite/kernels/basic_rnn.cc:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240} // namespace rnn
241
242TfLiteRegistration* Register_RNN() {
243 static TfLiteRegistration r = {rnn::Init, rnn::Free, rnn::Prepare, rnn::Eval};
244 return &r;
245}
246
247} // namespace builtin
248} // namespace ops

Callers 2

BuiltinOpResolverMethod · 0.85
BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected