Home
last modified time | relevance | path

Searched defs:source_target_pairs (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/ops/
Dtpu_ops.py111 def collective_permute(x, source_target_pairs, name=None): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto191 repeated SourceTarget source_target_pairs = 52; field
Dhlo_instructions.h376 const std::vector<std::pair<int64, int64>>& source_target_pairs() const { in source_target_pairs() function
Dhlo_instruction.cc401 std::vector<std::pair<int64, int64>> source_target_pairs( in CreateFromProto() local
852 const std::vector<std::pair<int64, int64>>& source_target_pairs) { in CreateCollectivePermute() argument
3417 HloInstruction::source_target_pairs() const { in source_target_pairs() function in xla::HloInstruction
Dhlo_instructions.cc603 const std::vector<std::pair<int64, int64>>& source_target_pairs) in HloCollectivePermuteInstruction() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2216 const std::vector<std::pair<int64, int64>>& source_target_pairs) { in CollectivePermute() argument
3253 const std::vector<std::pair<int64, int64>>& source_target_pairs) { in CollectivePermute() argument