Home
last modified time | relevance | path

Searched defs:root_id (Results 1 – 11 of 11) sorted by relevance

/external/openscreen/util/trace_logging/
Dscoped_trace_operations.h42 static TraceId root_id() { in root_id() function
Dscoped_trace_operations.cc33 TraceId root_id) { in ScopedTraceOperation()
/external/iproute2/ip/
Diplink_bridge_slave.c184 char root_id[32]; in bridge_slave_print_opt() local
Diplink_bridge.c465 char root_id[32]; in bridge_print_opt() local
/external/tensorflow/tensorflow/core/common_runtime/
Dinspecting_placer.cc81 int root_id = colocation_graph_->FindAndUpdateRoot(nodes[i]->id()); in AssignGroups() local
Dcolocation_graph.cc871 int root_id = FindAndUpdateRoot(node->id()); in Initialize() local
1107 const Node& node, const Member& root_member, int root_id, in GetSoftDeviceCandidates()
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_slice_layout_generator.cc137 tables::SliceTable::Id root_id = id_map[parent_id.value()]; in InsertSlice() local
/external/tcpdump/
Dprint-stp.c34 uint8_t root_id[8]; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto286 int64 root_id = 6; field
/external/ImageMagick/coders/
Dpdf.c1288 root_id, in WritePDFImage() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc456 StatusOr<XlaComputation> XlaBuilder::Build(int64 root_id, in Build()