Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h195 const FunctionDef* FindFunctionDef(const string& name);
Dcontext.cc456 const FunctionDef* EagerContext::FindFunctionDef(const string& name) { in FindFunctionDef() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc1547 return ctx->context->FindFunctionDef(name) != nullptr; in TFE_ContextHasFunction()