Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_higher_order_ops.py88 def assert_dict_matches_regex(self, dct, dct_with_regex_keys): argument
89 regex_keys = dct_with_regex_keys.keys()
109 new_dct[regex_key_to_actual_key[regex_key]] = dct_with_regex_keys[regex_key]