Searched refs:delta_node (Results 1 – 1 of 1) sorted by relevance
2573 const NodeDef* delta_node = node_map_->GetNode(node->input(value_index)); in RemoveRedundantVariableUpdates() local2574 if (delta_node == nullptr) return; in RemoveRedundantVariableUpdates()2577 if ((is_add_or_sub && IsZeros(*delta_node)) || in RemoveRedundantVariableUpdates()2578 (!is_add_or_sub && IsOnes(*delta_node))) { in RemoveRedundantVariableUpdates()