HomeSort by relevance Sort by last modified time
    Searched refs:root_id (Results 1 - 9 of 9) sorted by null

  /external/v8/src/
visitors.cc 14 #define ROOT_CASE(root_id, description) \
15 case Root::root_id: \
  /external/iproute2/ip/
iplink_bridge_slave.c 184 char root_id[32]; local
187 root_id, sizeof(root_id)); local
189 "root_id",
190 "designated_root %s ", root_id);
iplink_bridge.c 465 char root_id[32]; local
467 br_dump_bridge_id(RTA_DATA(tb[IFLA_BR_BRIDGE_ID]), root_id, local
468 sizeof(root_id));
470 "root_id",
472 root_id);
  /external/tcpdump/
print-stp.c 34 uint8_t root_id[8]; member in struct:stp_bpdu_
128 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id),
266 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id),
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo.proto 233 int64 root_id = 6;
hlo_computation.cc 556 TF_RET_CHECK(proto.root_id() != -1);
557 TF_RET_CHECK(ContainsKey(instruction_map, proto.root_id()));
558 HloInstruction* root = instruction_map.at(proto.root_id());
    [all...]
  /external/ImageMagick/coders/
pdf.c 1331 root_id, local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
xla_builder.cc 154 StatusOr<ProgramShape> XlaBuilder::GetProgramShape(int64 root_id) const {
157 LookUpInstructionByHandle(root_id));
324 StatusOr<XlaComputation> XlaBuilder::Build(int64 root_id,
351 TF_ASSIGN_OR_RETURN(ProgramShape program_shape, GetProgramShape(root_id));
353 entry.set_root_id(root_id);
    [all...]
xla_builder.h 319 StatusOr<XlaComputation> Build(int64 root_id, bool remove_dynamic_dimensions);
626 StatusOr<ProgramShape> GetProgramShape(int64 root_id) const;
    [all...]

Completed in 318 milliseconds