Searched refs:FindFunctionByName (Results 1 – 4 of 4) sorted by relevance
134 bool FindFunctionByName(const string& name);
230 bool EagerContext::FindFunctionByName(const string& name) { in FindFunctionByName() function in tensorflow::EagerContext
159 if (is_function && !server_context->Context()->FindFunctionByName(name)) { in ExecuteOp()
580 if (!ctx->context.FindFunctionByName(name)) { in TFE_NewOp()