Home
last modified time | relevance | path

Searched refs:add_children (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc115 GraphNodeProto* child = proto->add_children(); in Format()
Dtfprof_graph.cc153 GraphNodeProto* child = proto->add_children(); in Format()
Dtfprof_op.cc186 pre_pb->add_children()->Swap(show_node->mutable_proto()); in ShowInternal()
Dtfprof_code.cc541 MultiGraphNodeProto* child = proto->add_children(); in Format()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Drecording_tpu_driver.cc233 r.mutable_alloc_tuple()->add_children(child); in AllocateTuple()
Dgrpc_tpu_driver.cc762 req->mutable_alloc_tuple()->add_children(grpc_child->id().AsInt()); in AllocateTuple()
/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb356 alias add_children concat alias in ANTLR3.BaseTree