Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h129 virtual const FunctionDef* FindFunctionDef(const string& name) const = 0;
Dc_api_experimental.cc615 auto* function_def = tensorflow::unwrap(ctx)->FindFunctionDef(function_name); in TFE_ContextGetFunctionDef()
Dc_api.cc934 return tensorflow::unwrap(ctx)->FindFunctionDef(name) != nullptr; in TFE_ContextHasFunction()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.h158 const tensorflow::FunctionDef* FindFunctionDef(
Dc_api_tfrt.cc1070 const tensorflow::FunctionDef* ContextInterface::FindFunctionDef( in FindFunctionDef() function in tfrt::tf::ContextInterface
1072 return GetEagerContext()->FindFunctionDef(name); in FindFunctionDef()
1168 GetEagerContext()->FindFunctionDef(func_name); in RunMetadataRecordFunction()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h205 const FunctionDef* FindFunctionDef(const string& name) const override;
Dcontext.cc585 const FunctionDef* EagerContext::FindFunctionDef(const string& name) const { in FindFunctionDef() function in tensorflow::EagerContext