Home
last modified time | relevance | path

Searched refs:ChannelAction (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.h48 virtual void SetChannelAction(Channel chan, ChannelAction action);
117 ChannelAction action_[kNFds] TF_GUARDED_BY(data_mu_);
Dsubprocess.cc172 void SubProcess::SetChannelAction(Channel chan, ChannelAction action) { in SetChannelAction()
/external/tensorflow/tensorflow/core/platform/default/
Dsubprocess.h51 virtual void SetChannelAction(Channel chan, ChannelAction action);
122 ChannelAction action_[kNFds] TF_GUARDED_BY(data_mu_);
Dsubprocess.cc147 void SubProcess::SetChannelAction(Channel chan, ChannelAction action) { in SetChannelAction()
/external/python/cpython3/Lib/test/
Dtest__xxsubinterpreters.py135 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/
Dsubprocess.h34 enum ChannelAction { enum