Searched refs:to_proto_id (Results 1 – 2 of 2) sorted by relevance
306 absl::flat_hash_map<HloComputation*, int64> to_proto_id; in CreateFromProto() local318 to_proto_id[computation.get()] = computation_id; in CreateFromProto()331 return to_proto_id[a.get()] < to_proto_id[b.get()]; in CreateFromProto()
539 absl::flat_hash_map<HloInstruction*, int64> to_proto_id; in CreateFromProto() local552 to_proto_id[instruction.get()] = instruction_proto.id(); in CreateFromProto()563 return to_proto_id[a.get()] < to_proto_id[b.get()]; in CreateFromProto()