Home
last modified time | relevance | path

Searched refs:root_id (Results 1 – 21 of 21) sorted by relevance

/external/openscreen/util/trace_logging/
Dscoped_trace_operations.cc33 TraceId root_id) { in ScopedTraceOperation() argument
45 root_id_ = root_id != kUnsetTraceId ? root_id : traces_->top()->root_id_; in ScopedTraceOperation()
Dscoped_trace_operations.h42 static TraceId root_id() { in root_id() function
81 TraceId root_id = kUnsetTraceId);
Dscoped_trace_operations_unittest.cc90 EXPECT_EQ(ScopedTraceOperation::root_id(), kEmptyTraceId); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dinspecting_placer.cc81 int root_id = colocation_graph_->FindAndUpdateRoot(nodes[i]->id()); in AssignGroups() local
82 const auto& it = group_ids_.find(root_id); in AssignGroups()
85 group_ids_[root_id] = next_group_id_; in AssignGroups()
Dcolocation_graph.h347 int root_id,
Dcolocation_graph.cc871 int root_id = FindAndUpdateRoot(node->id()); in Initialize() local
872 members_[root_id].MaybeExcludeXlaDevices(); in Initialize()
1107 const Node& node, const Member& root_member, int root_id, in GetSoftDeviceCandidates() argument
1153 << DebugInfo(root_id); in GetSoftDeviceCandidates()
/external/iproute2/ip/
Diplink_bridge_slave.c184 char root_id[32]; in bridge_slave_print_opt() local
187 root_id, sizeof(root_id)); in bridge_slave_print_opt()
190 "designated_root %s ", root_id); in bridge_slave_print_opt()
Diplink_bridge.c465 char root_id[32]; in bridge_print_opt() local
467 br_dump_bridge_id(RTA_DATA(tb[IFLA_BR_BRIDGE_ID]), root_id, in bridge_print_opt()
468 sizeof(root_id)); in bridge_print_opt()
472 root_id); in bridge_print_opt()
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Dandroid_cgroup_agent.py88 root_id = parse_proc_cgroups(cgroups, CGROUP_SUBSYS)
95 cgrp_info = '/%s (root=%s) : ' % (cgrp['filename'], root_id)
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_slice_layout_generator.cc137 tables::SliceTable::Id root_id = id_map[parent_id.value()]; in InsertSlice() local
138 id_map[id] = root_id; in InsertSlice()
139 return root_id; in InsertSlice()
/external/tcpdump/
Dprint-stp.c34 uint8_t root_id[8]; member
128 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id), in stp_print_config_bpdu()
266 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id), in stp_print_mstp_bpdu()
/external/openscreen/util/
Dtrace_logging.h47 ? openscreen::internal::ScopedTraceOperation::root_id() \
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dsimple.hlo106 root_id: 4
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dutils.cc93 if (instr.id() == comp.root_id()) { in GetShardedProgramShapes()
/external/llvm-project/clang/utils/analyzer/
Dexploded-graph-rewriter.py337 self.root_id = None
368 self.root_id = node_id
913 node_id = graph.root_id
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc684 TF_RET_CHECK(proto.root_id() != -1); in CreateFromProto()
685 TF_RET_CHECK(ContainsKey(instruction_map, proto.root_id())); in CreateFromProto()
686 HloInstruction* root = instruction_map.at(proto.root_id()); in CreateFromProto()
Dhlo.proto286 int64 root_id = 6; field
/external/ImageMagick/coders/
Dpdf.c1288 root_id, in WritePDFImage() local
1375 root_id=object; in WritePDFImage()
3038 root_id); in WritePDFImage()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc122 if (inst.id() == original_reducer->root_id()) { in CopyReducer()
276 StatusOr<ProgramShape> XlaBuilder::GetProgramShape(int64 root_id) const { in GetProgramShape()
279 LookUpInstructionByHandle(root_id)); in GetProgramShape()
456 StatusOr<XlaComputation> XlaBuilder::Build(int64 root_id, in Build() argument
483 TF_ASSIGN_OR_RETURN(ProgramShape program_shape, GetProgramShape(root_id)); in Build()
485 entry.set_root_id(root_id); in Build()
4027 new_computation.set_root_id(remapped_ids.at(new_computation.root_id())); in AddCalledComputation()
Dxla_builder.h437 StatusOr<XlaComputation> Build(int64 root_id, bool remove_dynamic_dimensions);
971 StatusOr<ProgramShape> GetProgramShape(int64 root_id) const;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc1789 if (inst.id() == hlo_computation_proto.root_id()) { in TEST_F()