Searched defs:ReplaceInput (Results 1 – 4 of 4) sorted by relevance
45 void ReplaceInput(Node* input, int i) { in ReplaceInput() function
77 void ReplaceInput(int index, Node* new_to) { in ReplaceInput() function
110 TEST(Model, ReplaceInput) { in TEST() argument
301 Status ReplaceInput(NodeId node, ValueId old_value, ValueId new_value) final { in ReplaceInput() function