Searched refs:ExecuteNode (Results 1 – 2 of 2) sorted by relevance
32 class ExecuteNode : public EagerNode {34 ExecuteNode(uint64 id, EagerContext* ctx, in ExecuteNode() function56 ~ExecuteNode() override { in ~ExecuteNode()
512 EagerNode* node = new ExecuteNode(id, ctx, op->Inputs(), kernel, in EagerLocalExecute()