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

Function ParseWindow

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

Source from the content-addressed store, hash-verified

4380}
4381
4382StatusOr<Window> ParseWindow(absl::string_view str) {
4383 HloParserImpl parser(str);
4384 return parser.ParseWindowOnly();
4385}
4386
4387StatusOr<ConvolutionDimensionNumbers> ParseConvolutionDimensionNumbers(
4388 absl::string_view str) {

Callers 3

TEST_PFunction · 0.85
ParseAttributeHelperMethod · 0.85
ParseWindowOnlyMethod · 0.85

Calls 1

ParseWindowOnlyMethod · 0.80

Tested by 1

TEST_PFunction · 0.68