Searched refs:HasRefInput (Results 1 – 4 of 4) sorted by relevance
232 static bool HasRefInput(const Node* n) { in HasRefInput() function249 if (HasRefInput(a) || HasRefInput(b)) return false; in Equivalent()
236 bool HasRefInput(const NodeDef& node);
671 bool HasRefInput(const NodeDef& node) { in HasRefInput() function
3993 if (ModifiesInputsInPlace(node) || HasRefInput(node)) { in Optimize()