Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.h76 bool is_recv_or_switch : 1; // True iff IsRecv(node) || IsSwitch(node) member
Dimmutable_executor_state.cc195 item->is_recv_or_switch = IsRecv(n) || IsSwitch(n); in Initialize()
Dexecutor.cc1005 if (!(item.is_recv_or_switch || in ProcessOutputs()