Searched refs:TFE_ContextAddFunctionDef (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.h | 384 TF_CAPI_EXPORT extern void TFE_ContextAddFunctionDef(
|
D | c_api_test.cc | 935 TFE_ContextAddFunctionDef(ctx, function_def.data(), function_def.size(), in FunctionDefAndExecute() 988 TFE_ContextAddFunctionDef(ctx, function_def.data(), function_def.size(), in BM_ExecuteFunction()
|
D | c_api.cc | 1524 void TFE_ContextAddFunctionDef(TFE_Context* ctx, in TFE_ContextAddFunctionDef() function
|
/external/tensorflow/tensorflow/python/ |
D | tfe_wrapper.cc | 382 TFE_ContextAddFunctionDef(tensorflow::InputTFE_Context(ctx), in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 1038 pywrap_tfe.TFE_ContextAddFunctionDef(self._handle, fdef_string,
|