Searched refs:ParseWindow (Results 1 – 4 of 4) sorted by relevance
58 StatusOr<Window> ParseWindow(absl::string_view str);
199 TF_ASSERT_OK_AND_ASSIGN(Window window, ParseWindow("size=2x1 pad=0_0x0_0")); in TEST_F()
264 bool ParseWindow(Window* window, bool expect_outer_curlies);2750 if (!ParseWindow(&result, /*expect_outer_curlies=*/true)) { in ParseAttributeHelper()3007 bool HloParser::ParseWindow(Window* window, bool expect_outer_curlies) { in ParseWindow() function in xla::__anon8590f6b60111::HloParser4013 if (!ParseWindow(&window, /*expect_outer_curlies=*/false)) { in ParseWindowOnly()4130 StatusOr<Window> ParseWindow(absl::string_view str) { in ParseWindow() function
3121 ParseWindow(absl::StrCat("size=3x3 ", testcase.orig_conv_window)) in TEST_P()3228 Window window = ParseWindow(absl::StrFormat("size=%dx%d %s", in TEST_P()