Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc653 HloInstructionProto instruction_proto = instruction->ToProto(); in ToProto() local
654 proto.add_instructions()->Swap(&instruction_proto); in ToProto()
670 for (const HloInstructionProto& instruction_proto : proto.instructions()) { in CreateFromProto() local
673 instruction_proto, instruction_map, computation_map, in CreateFromProto()
678 TF_RET_CHECK(!ContainsKey(instruction_map, instruction_proto.id())); in CreateFromProto()
679 instruction_map[instruction_proto.id()] = instruction.get(); in CreateFromProto()
680 to_proto_id[instruction.get()] = instruction_proto.id(); in CreateFromProto()