Home
last modified time | relevance | path

Searched refs:TFE_ContextRemoveFunction (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api.h398 TF_CAPI_EXPORT extern void TFE_ContextRemoveFunction(TFE_Context* ctx,
Dc_api_experimental_test.cc366 TFE_ContextRemoveFunction(ctx, "ident", status); in TEST()
445 TFE_ContextRemoveFunction(ctx, "ident", status); in TEST()
Dc_api_test.cc967 TFE_ContextRemoveFunction(ctx, "MatMulFunction", status); in FunctionDefAndExecute()
1013 TFE_ContextRemoveFunction(ctx, "MatMulFunction", status); in BM_ExecuteFunction()
Dc_api.cc1541 void TFE_ContextRemoveFunction(TFE_Context* ctx, const char* name, in TFE_ContextRemoveFunction() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc390 TFE_ContextRemoveFunction(tensorflow::InputTFE_Context(ctx), name, in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1050 pywrap_tfe.TFE_ContextRemoveFunction(self._handle, name)