Searched refs:funcs_with_grads (Results 1 – 2 of 2) sorted by relevance
1338 std::vector<string> funcs_with_grads; in AddLibrary() local1344 Remove(funcs, funcs_with_grads); in AddLibrary()1357 Remove(funcs, funcs_with_grads); in AddLibrary()1361 funcs_with_grads.push_back(grad.function_name()); in AddLibrary()1373 std::vector<string> funcs_with_grads; in AddLibrary() local1379 Remove(funcs, funcs_with_grads); in AddLibrary()1389 Remove(funcs, funcs_with_grads); in AddLibrary()1393 funcs_with_grads.push_back(grad.function_name()); in AddLibrary()1444 const std::vector<string>& funcs_with_grads) { in Remove() argument1449 for (const string& f : funcs_with_grads) { in Remove()
497 const std::vector<string>& funcs_with_grads)