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

Method FindOp

tensorflow/lite/kernels/register_ref.cc:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146} // namespace
147
148const TfLiteRegistration* BuiltinRefOpResolver::FindOp(
149 tflite::BuiltinOperator op, int version) const {
150 return MutableOpResolver::FindOp(op, version);
151}
152
153const TfLiteRegistration* BuiltinRefOpResolver::FindOp(const char* op,
154 int version) const {

Callers

nothing calls this directly

Calls 2

FindOpFunction · 0.85
IsFlexOpFunction · 0.85

Tested by

no test coverage detected