Home
last modified time | relevance | path

Searched refs:funcs_with_grads (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1366 std::vector<string> funcs_with_grads; in AddLibrary() local
1372 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() local
1407 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() argument
1483 for (const string& f : funcs_with_grads) { in Remove()
Dfunction.h569 const std::vector<string>& funcs_with_grads)