Home
last modified time | relevance | path

Searched defs:ParseWindow (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_parser.cc4553 bool HloParserImpl::ParseWindow(Window* window, bool expect_outer_curlies) { in ParseWindow() function in xla::__anon2255e8ac0111::HloParserImpl
5967 StatusOr<Window> ParseWindow(absl::string_view str) { in ParseWindow() function
H A Dhlo_parser_test.cc3252 TEST_F(HloParserTest, ParseWindow) { argument