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

Function GetOpWithInput

tensorflow/lite/toco/tooling_util.cc:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275Operator* GetOpWithInput(const Model& model, const string& array_name) {
276 auto it = FindOpWithInput(model, array_name);
277 return it == model.operators.end() ? nullptr : it->get();
278}
279
280Operator* GetFirstOpWithInput(const Model& model, const string& array_name) {
281 auto it = FindOpWithInput(model, array_name);

Callers 13

IsArrayConsumedFunction · 0.85
CheckNonExistentIOArraysFunction · 0.85
RunMethod · 0.85
RunMethod · 0.85
RewireFinalUnpackOutputsFunction · 0.85
RunMethod · 0.85
IsReshapeTrivialFunction · 0.85
ResolveDilatedConvFunction · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 3

FindOpWithInputFunction · 0.85
endMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected