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.cc1140 std::vector<string> funcs_with_grads; in AddLibrary() local
1146 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() local
1181 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() argument
1251 for (const string& f : funcs_with_grads) { in Remove()
Dfunction.h477 const std::vector<string>& funcs_with_grads)