Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h139 const FunctionDef* FindFunctionDef(const string& name);
Dcontext.cc241 const FunctionDef* EagerContext::FindFunctionDef(const string& name) { in FindFunctionDef() function in tensorflow::EagerContext
Dexecute.cc381 ctx->FindFunctionDef(op->Name()), maybe_unspecified_device_name); in EagerLocalExecute()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc856 return ctx->context.FindFunctionDef(name) != nullptr; in TFE_ContextHasFunction()