Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.h384 TF_CAPI_EXPORT extern void TFE_ContextAddFunctionDef(
Dc_api_test.cc935 TFE_ContextAddFunctionDef(ctx, function_def.data(), function_def.size(), in FunctionDefAndExecute()
988 TFE_ContextAddFunctionDef(ctx, function_def.data(), function_def.size(), in BM_ExecuteFunction()
Dc_api.cc1524 void TFE_ContextAddFunctionDef(TFE_Context* ctx, in TFE_ContextAddFunctionDef() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc382 TFE_ContextAddFunctionDef(tensorflow::InputTFE_Context(ctx), in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1038 pywrap_tfe.TFE_ContextAddFunctionDef(self._handle, fdef_string,