Home
last modified time | relevance | path

Searched refs:FindFunctionByName (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc34 } else if (!remote && !ctx_.FindFunctionByName(op)) { in Reset()
Dcontext.h190 bool FindFunctionByName(const string& name) const;
Dcontext.cc447 bool EagerContext::FindFunctionByName(const string& name) const { in FindFunctionByName() function in tensorflow::EagerContext