Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc818 optional<std::vector<std::vector<int64>>> tmp_groups; in ParseInstructionRhs() local
826 AttrTy::kBracedInt64ListList, &tmp_groups}; in ParseInstructionRhs()
834 if (tmp_groups) { in ParseInstructionRhs()
835 replica_groups = CreateReplicaGroups(*tmp_groups); in ParseInstructionRhs()
843 optional<std::vector<std::vector<int64>>> tmp_groups; in ParseInstructionRhs() local
846 AttrTy::kBracedInt64ListList, &tmp_groups}; in ParseInstructionRhs()
851 if (tmp_groups) { in ParseInstructionRhs()
852 replica_groups = CreateReplicaGroups(*tmp_groups); in ParseInstructionRhs()