Home
last modified time | relevance | path

Searched refs:TFE_NewContextFromSession (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api_experimental.h148 TF_CAPI_EXPORT extern TFE_Context* TFE_NewContextFromSession(
Dc_api_experimental.cc8560 auto* ctx = TFE_NewContextFromSession(opts, session, status); in TFE_CreateContextFromSession()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc353 TFE_Context* TFE_NewContextFromSession(const TFE_ContextOptions* opts, in TFE_NewContextFromSession() function