Searched refs:funcs_with_grads (Results 1 – 2 of 2) sorted by relevance
1140 std::vector<string> funcs_with_grads; in AddLibrary() local1146 Remove(funcs, funcs_with_grads); in AddLibrary()1159 Remove(funcs, funcs_with_grads); in AddLibrary()1163 funcs_with_grads.push_back(grad.function_name()); in AddLibrary()1175 std::vector<string> funcs_with_grads; in AddLibrary() local1181 Remove(funcs, funcs_with_grads); in AddLibrary()1191 Remove(funcs, funcs_with_grads); in AddLibrary()1195 funcs_with_grads.push_back(grad.function_name()); in AddLibrary()1246 const std::vector<string>& funcs_with_grads) { in Remove() argument1251 for (const string& f : funcs_with_grads) { in Remove()
477 const std::vector<string>& funcs_with_grads)