Home
last modified time | relevance | path

Searched refs:ExecutorAdd (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc515 ctx->ExecutorAdd(node); in EagerLocalExecute()
550 ctx->ExecutorAdd(node); in GetRemoteTensorDestructor()
760 op->EagerContext()->ExecutorAdd(node); in EagerRemoteExecute()
1045 ctx->ExecutorAdd(node); in LocalEagerCopyToDevice()
Dcontext.h149 void ExecutorAdd(EagerNode* node) { executor_.Add(node); } in ExecutorAdd() function