Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h124 virtual const FunctionDef* FindFunctionDef(const string& name) const = 0;
Dc_api_experimental.cc559 auto* function_def = tensorflow::unwrap(ctx)->FindFunctionDef(function_name); in TFE_ContextGetFunctionDef()
Dc_api.cc950 return tensorflow::unwrap(ctx)->FindFunctionDef(name) != nullptr; in TFE_ContextHasFunction()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h198 const FunctionDef* FindFunctionDef(const string& name) const override;
Dcontext.cc580 const FunctionDef* EagerContext::FindFunctionDef(const string& name) const { in FindFunctionDef() function in tensorflow::EagerContext