Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.h403 TF_CAPI_EXPORT unsigned char TFE_ContextHasFunction(TFE_Context* ctx,
Dc_api.cc1546 unsigned char TFE_ContextHasFunction(TFE_Context* ctx, const char* name) { in TFE_ContextHasFunction() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc398 TFE_ContextHasFunction(tensorflow::InputTFE_Context(ctx), name); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1055 return bool(pywrap_tfe.TFE_ContextHasFunction(self._handle, name))