Searched refs:FindFunctionDef (Results 1 – 4 of 4) sorted by relevance
139 const FunctionDef* FindFunctionDef(const string& name);
241 const FunctionDef* EagerContext::FindFunctionDef(const string& name) { in FindFunctionDef() function in tensorflow::EagerContext
381 ctx->FindFunctionDef(op->Name()), maybe_unspecified_device_name); in EagerLocalExecute()
856 return ctx->context.FindFunctionDef(name) != nullptr; in TFE_ContextHasFunction()