Searched refs:keep_inputs (Results 1 – 1 of 1) sorted by relevance
503 std::vector<string> keep_inputs; in RemovePushedDownConstInputs() local505 absl::c_copy_if(inputs, std::back_inserter(keep_inputs), in RemovePushedDownConstInputs()511 for (const auto& keep : keep_inputs) specialized_func_node->add_input(keep); in RemovePushedDownConstInputs()517 for (const string& input : keep_inputs) { in RemovePushedDownConstInputs()