Home
last modified time | relevance | path

Searched refs:c1_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/tools/checker/match/
H A Dtest.py35 def try_match(self, checker_string, c1_string, var_state={}): argument
37 c1_string,
40 def assertMatches(self, checker_string, c1_string, var_state={}): argument
41 self.assertIsNotNone(self.try_match(checker_string, c1_string, var_state))
43 def assertDoesNotMatch(self, checker_string, c1_string, var_state={}): argument
44 self.assertIsNone(self.try_match(checker_string, c1_string, var_state))
104 def assertMatches(self, checker_string, c1_string, argument
138 c1_string = meta_data_string + \
147 """ + c1_string + \
152 c1_file = parse_c1_visualizer_stream("<c1-file>", io.StringIO(c1_string))
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder_test.cc605 auto c1_string = computations[1].proto().SerializeAsString(); in TEST_F() local
606 EXPECT_EQ(c0_string, c1_string); in TEST_F()