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.cc1338 std::vector<string> funcs_with_grads; in AddLibrary() local
1344 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() local
1379 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() argument
1449 for (const string& f : funcs_with_grads) { in Remove()
Dfunction.h497 const std::vector<string>& funcs_with_grads)