Home
last modified time | relevance | path

Searched refs:to_proto_id (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.cc306 absl::flat_hash_map<HloComputation*, int64> to_proto_id; in CreateFromProto() local
318 to_proto_id[computation.get()] = computation_id; in CreateFromProto()
331 return to_proto_id[a.get()] < to_proto_id[b.get()]; in CreateFromProto()
Dhlo_computation.cc539 absl::flat_hash_map<HloInstruction*, int64> to_proto_id; in CreateFromProto() local
552 to_proto_id[instruction.get()] = instruction_proto.id(); in CreateFromProto()
563 return to_proto_id[a.get()] < to_proto_id[b.get()]; in CreateFromProto()