Searched refs:root_id (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | visitors.cc | 14 #define ROOT_CASE(root_id, description) \ in RootName() argument 15 case Root::root_id: \ in RootName()
|
/external/iproute2/ip/ |
D | iplink_bridge_slave.c | 184 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()
|
D | iplink_bridge.c | 465 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/ |
D | print-stp.c | 34 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/ |
D | hlo_computation.cc | 556 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()
|
D | hlo.proto | 233 int64 root_id = 6; field
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 154 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()
|
D | xla_builder.h | 319 StatusOr<XlaComputation> Build(int64 root_id, bool remove_dynamic_dimensions); 626 StatusOr<ProgramShape> GetProgramShape(int64 root_id) const;
|
/external/ImageMagick/coders/ |
D | pdf.c | 1331 root_id, in WritePDFImage() local 1401 root_id=object; in WritePDFImage() 3031 root_id); in WritePDFImage()
|