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

Function ParseFrontendAttributes

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

Source from the content-addressed store, hash-verified

4364}
4365
4366StatusOr<FrontendAttributes> ParseFrontendAttributes(absl::string_view str) {
4367 HloParserImpl parser(str);
4368 return parser.ParseFrontendAttributesOnly();
4369}
4370
4371StatusOr<std::vector<bool>> ParseParameterReplication(absl::string_view str) {
4372 HloParserImpl parser(str);

Callers 2

ParseAttributeHelperMethod · 0.85

Calls 1

Tested by

no test coverage detected