Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h106 Status SetAsyncForThread(bool async);
Dcontext.cc124 Status EagerContext::SetAsyncForThread(bool async) { in SetAsyncForThread() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc331 status->status = ctx->context.SetAsyncForThread(enable); in TFE_ContextSetAsyncForThread()