MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ParseReplicaGroupsOnly

Function ParseReplicaGroupsOnly

tensorflow/compiler/xla/service/hlo_parser.cc:4376–4380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4374}
4375
4376StatusOr<std::vector<ReplicaGroup>> ParseReplicaGroupsOnly(
4377 absl::string_view str) {
4378 HloParserImpl parser(str);
4379 return parser.ParseReplicaGroupsOnly();
4380}
4381
4382StatusOr<Window> ParseWindow(absl::string_view str) {
4383 HloParserImpl parser(str);

Callers 3

TEST_FFunction · 0.85

Calls 1

Tested by 1

TEST_FFunction · 0.68