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

Function Register_EMBEDDING_LOOKUP

tensorflow/lite/kernels/embedding_lookup.cc:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155} // namespace embedding_lookup
156
157TfLiteRegistration* Register_EMBEDDING_LOOKUP() {
158 static TfLiteRegistration r = {nullptr, nullptr, embedding_lookup::Prepare,
159 embedding_lookup::Eval};
160 return &r;
161}
162
163} // namespace builtin
164} // namespace ops

Callers 2

BuiltinOpResolverMethod · 0.85
BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected