Searched refs:ChannelAction (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/platform/windows/ |
D | subprocess.h | 48 virtual void SetChannelAction(Channel chan, ChannelAction action); 117 ChannelAction action_[kNFds] TF_GUARDED_BY(data_mu_);
|
D | subprocess.cc | 172 void SubProcess::SetChannelAction(Channel chan, ChannelAction action) { in SetChannelAction()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | subprocess.h | 51 virtual void SetChannelAction(Channel chan, ChannelAction action); 122 ChannelAction action_[kNFds] TF_GUARDED_BY(data_mu_);
|
D | subprocess.cc | 147 void SubProcess::SetChannelAction(Channel chan, ChannelAction action) { in SetChannelAction()
|
/external/python/cpython3/Lib/test/ |
D | test__xxsubinterpreters.py | 135 class ChannelAction(namedtuple('ChannelAction', 'action end interp')): class 2095 ChannelAction('use', 'recv', interp1), 2098 ChannelAction('use', 'recv', interp2), 2101 ChannelAction('use', 'recv', interp1), 2102 ChannelAction('use', 'recv', interp2), 2107 ChannelAction('use', 'send', interp1), 2110 ChannelAction('use', 'send', interp2), 2113 ChannelAction('use', 'send', interp1), 2114 ChannelAction('use', 'send', interp2), 2122 ChannelAction('use', 'send', interp1), [all …]
|
/external/tensorflow/tensorflow/core/platform/ |
D | subprocess.h | 34 enum ChannelAction { enum
|