Searched refs:funcs_with_grads (Results 1 – 2 of 2) sorted by relevance
1366 std::vector<string> funcs_with_grads; in AddLibrary() local1372 Remove(funcs, funcs_with_grads); in AddLibrary()1385 Remove(funcs, funcs_with_grads); in AddLibrary()1389 funcs_with_grads.push_back(grad.function_name()); in AddLibrary()1401 std::vector<string> funcs_with_grads; in AddLibrary() local1407 Remove(funcs, funcs_with_grads); in AddLibrary()1417 Remove(funcs, funcs_with_grads); in AddLibrary()1421 funcs_with_grads.push_back(grad.function_name()); in AddLibrary()1478 const std::vector<string>& funcs_with_grads) { in Remove() argument1483 for (const string& f : funcs_with_grads) { in Remove()
569 const std::vector<string>& funcs_with_grads)