Home
last modified time | relevance | path

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

/external/v8/src/
Dvisitors.cc14 #define ROOT_CASE(root_id, description) \ in RootName() argument
15 case Root::root_id: \ in RootName()
/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/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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc556 TF_RET_CHECK(proto.root_id() != -1); in CreateFromProto()
557 TF_RET_CHECK(ContainsKey(instruction_map, proto.root_id())); in CreateFromProto()
558 HloInstruction* root = instruction_map.at(proto.root_id()); in CreateFromProto()
Dhlo.proto233 int64 root_id = 6; field
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc154 StatusOr<ProgramShape> XlaBuilder::GetProgramShape(int64 root_id) const { in GetProgramShape()
157 LookUpInstructionByHandle(root_id)); in GetProgramShape()
324 StatusOr<XlaComputation> XlaBuilder::Build(int64 root_id, in Build() argument
351 TF_ASSIGN_OR_RETURN(ProgramShape program_shape, GetProgramShape(root_id)); in Build()
353 entry.set_root_id(root_id); in Build()
2770 new_computation.set_root_id(remapped_ids.at(new_computation.root_id())); in AddCalledComputation()
Dxla_builder.h319 StatusOr<XlaComputation> Build(int64 root_id, bool remove_dynamic_dimensions);
626 StatusOr<ProgramShape> GetProgramShape(int64 root_id) const;
/external/ImageMagick/coders/
Dpdf.c1331 root_id, in WritePDFImage() local
1401 root_id=object; in WritePDFImage()
3031 root_id); in WritePDFImage()