HomeSort by relevance Sort by last modified time
    Searched defs:child_name (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/cc/framework/
scope.cc 415 const string child_name = local
418 Scope(new Impl(child, Impl::Tags::SingleUseScope(), child_name))};
  /external/libmojo/mojo/edk/system/
node_channel.cc 68 ports::NodeName child_name; member in struct:mojo::edk::__anon25158::AcceptParentData
283 const ports::NodeName& child_name) {
288 data->child_name = child_name;
546 data->child_name);
node_controller.cc 927 const ports::NodeName& child_name) {
943 DVLOG(1) << "Parent " << name_ << " accepted child " << child_name; local
945 AddPeer(child_name, channel, false /* start_channel */);
1093 const ports::NodeName& child_name = pending_broker_clients.front(); local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 2284 const string child_name = MakeFrameName(frame, iter, enter_name); local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 1073 def child_name(self, *args): return _qpol.qpol_typebounds_t_child_name(self, *args) member in class:qpol_typebounds_t
1094 def child_name(self, *args): return _qpol.qpol_rolebounds_t_child_name(self, *args) member in class:qpol_rolebounds_t
1115 def child_name(self, *args): return _qpol.qpol_userbounds_t_child_name(self, *args) member in class:qpol_userbounds_t
    [all...]

Completed in 242 milliseconds