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

Function ParseSharding

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

Source from the content-addressed store, hash-verified

4359}
4360
4361StatusOr<HloSharding> ParseSharding(absl::string_view str) {
4362 HloParserImpl parser(str);
4363 return parser.ParseShardingOnly();
4364}
4365
4366StatusOr<FrontendAttributes> ParseFrontendAttributes(absl::string_view str) {
4367 HloParserImpl parser(str);

Callers 3

ShardingFunction · 0.85
ParseAttributeHelperMethod · 0.85
ParseShardingOnlyMethod · 0.85

Calls 1

ParseShardingOnlyMethod · 0.80

Tested by

no test coverage detected