Home
last modified time | relevance | path

Searched defs: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
40 def assertMatches(self, checker_string, c1_string, var_state={}): argument
43 def assertDoesNotMatch(self, checker_string, c1_string, var_state={}): argument
104 def assertMatches(self, checker_string, c1_string, argument
160 def assertDoesNotMatch(self, checker_string, c1_string, argument
167 def assertBadStructure(self, checker_string, c1_string): argument
/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