Searched refs:instruction_proto (Results 1 – 1 of 1) sorted by relevance
526 HloInstructionProto instruction_proto = instruction->ToProto(); in ToProto() local527 proto.add_instructions()->Swap(&instruction_proto); in ToProto()542 for (const HloInstructionProto& instruction_proto : proto.instructions()) { in CreateFromProto() local545 HloInstruction::CreateFromProto(instruction_proto, instruction_map, in CreateFromProto()550 TF_RET_CHECK(!ContainsKey(instruction_map, instruction_proto.id())); in CreateFromProto()551 instruction_map[instruction_proto.id()] = instruction.get(); in CreateFromProto()552 to_proto_id[instruction.get()] = instruction_proto.id(); in CreateFromProto()