Searched refs:FindFunctionByName (Results 1 – 3 of 3) sorted by relevance
34 } else if (!remote && !ctx_.FindFunctionByName(op)) { in Reset()
190 bool FindFunctionByName(const string& name) const;
447 bool EagerContext::FindFunctionByName(const string& name) const { in FindFunctionByName() function in tensorflow::EagerContext