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.cc526 HloInstructionProto instruction_proto = instruction->ToProto(); in ToProto() local
527 proto.add_instructions()->Swap(&instruction_proto); in ToProto()
542 for (const HloInstructionProto& instruction_proto : proto.instructions()) { in CreateFromProto() local
545 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()