Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.h32 class ExecuteNode : public EagerNode {
34 ExecuteNode(uint64 id, EagerContext* ctx, in ExecuteNode() function
56 ~ExecuteNode() override { in ~ExecuteNode()
Dexecute.cc512 EagerNode* node = new ExecuteNode(id, ctx, op->Inputs(), kernel, in EagerLocalExecute()