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

Function GetFirstOpWithInput

tensorflow/lite/toco/tooling_util.cc:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280Operator* GetFirstOpWithInput(const Model& model, const string& array_name) {
281 auto it = FindOpWithInput(model, array_name);
282 return it == model.operators.end() ? nullptr : it->get();
283}
284
285void ReplaceArrayUsage(Model* model, const string& old_array_name,
286 const string& new_array_name) {

Callers 1

Calls 3

FindOpWithInputFunction · 0.85
endMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected