Searched refs:proto_pair (Results 1 – 2 of 2) sorted by relevance
780 auto* proto_pair = proto.add_source_target_pairs(); in ToProto() local781 proto_pair->set_source(pair.first); in ToProto()782 proto_pair->set_target(pair.second); in ToProto()
3008 auto* proto_pair = instr.add_source_target_pairs(); in CollectivePermute() local3009 proto_pair->set_source(pair.first); in CollectivePermute()3010 proto_pair->set_target(pair.second); in CollectivePermute()