Searched refs:keep_inputs (Results 1 – 1 of 1) sorted by relevance
591 std::vector<string> keep_inputs; in RemovePushedDownConstInputs() local593 std::copy_if(inputs.begin(), inputs.end(), std::back_inserter(keep_inputs), in RemovePushedDownConstInputs()600 for (const auto& keep : keep_inputs) specialized_func_node->add_input(keep); in RemovePushedDownConstInputs()606 for (const string& input : keep_inputs) { in RemovePushedDownConstInputs()