Home
last modified time | relevance | path

Searched refs:ParseWindow (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.h58 StatusOr<Window> ParseWindow(absl::string_view str);
Ddynamic_padder_test.cc199 TF_ASSERT_OK_AND_ASSIGN(Window window, ParseWindow("size=2x1 pad=0_0x0_0")); in TEST_F()
Dhlo_parser.cc264 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::HloParser
4013 if (!ParseWindow(&window, /*expect_outer_curlies=*/false)) { in ParseWindowOnly()
4130 StatusOr<Window> ParseWindow(absl::string_view str) { in ParseWindow() function
Dalgebraic_simplifier_test.cc3121 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()