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

Method FindOp

tensorflow/lite/mutable_op_resolver.cc:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace tflite {
19
20const TfLiteRegistration* MutableOpResolver::FindOp(tflite::BuiltinOperator op,
21 int version) const {
22 auto it = builtins_.find(std::make_pair(op, version));
23 return it != builtins_.end() ? &it->second : nullptr;
24}
25
26const TfLiteRegistration* MutableOpResolver::FindOp(const char* op,
27 int version) const {

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected