Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h543 TF_CAPI_EXPORT extern void TFE_ContextGetFunctionDef(TFE_Context* ctx,
Dc_api_experimental.cc557 void TFE_ContextGetFunctionDef(TFE_Context* ctx, const char* function_name, in TFE_ContextGetFunctionDef() function
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1163 pywrap_tfe.TFE_ContextGetFunctionDef(self._handle, name, buffer_)
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc665 TFE_ContextGetFunctionDef(tensorflow::InputTFE_Context(ctx), in PYBIND11_MODULE()