Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h128 Status SyncExecute(EagerNode* node);
Deager_executor.cc100 Status EagerExecutor::SyncExecute(EagerNode* node) { in SyncExecute() function in tensorflow::EagerExecutor
Dexecute.cc671 Status s = executor.SyncExecute(&node); in AddOrExecuteNode()
1201 s = executor->SyncExecute(&node); in LocalEagerCopyToDevice()