Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc612 auto* proto_pair = proto.add_source_target_pairs(); in ToProto() local
613 proto_pair->set_source(pair.first); in ToProto()
614 proto_pair->set_target(pair.second); in ToProto()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2226 auto* proto_pair = instr.add_source_target_pairs(); in CollectivePermute() local
2227 proto_pair->set_source(pair.first); in CollectivePermute()
2228 proto_pair->set_target(pair.second); in CollectivePermute()