Searched refs:GetFirstOpWithInput (Results 1 – 3 of 3) sorted by relevance
50 if (op != GetFirstOpWithInput(*model, input_name)) { in AddDequantizeOperatorToInput()
91 Operator* GetFirstOpWithInput(const Model& model, const string& array_name);
264 Operator* GetFirstOpWithInput(const Model& model, const string& array_name) { in GetFirstOpWithInput() function