Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/android/pytorch_android/
H A Dtest_asset.jit19 def eqDictStrKeyIntValue(self, input: Dict[str, int]) -> Dict[str, int]:
H A Dgenerate_test_torchscripts.py47 def eqDictStrKeyIntValue(self, input: Dict[str, int]) -> Dict[str, int]: member in Test
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dandroid_api_module.py33 def eqDictStrKeyIntValue(self, input: Dict[str, int]) -> Dict[str, int]: member in AndroidAPIModule