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

Function ParsePaddingConfig

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

Source from the content-addressed store, hash-verified

4391}
4392
4393StatusOr<PaddingConfig> ParsePaddingConfig(absl::string_view str) {
4394 HloParserImpl parser(str);
4395 return parser.ParsePaddingConfigOnly();
4396}
4397
4398StatusOr<Shape> ParseShape(absl::string_view str) {
4399 HloParserImpl parser(str);

Callers 3

TEST_PFunction · 0.85
ParseAttributeHelperMethod · 0.85

Calls 1

Tested by 1

TEST_PFunction · 0.68