Home
last modified time | relevance | path

Searched defs:gmod (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dwrap.py188 def tag_nodes(self, gmod, is_sac): argument
201 def __call__(self, gmod, *args, **kwargs): argument
/aosp_15_r20/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
H A DMediaStore_FilesTest.java460 final long gmod = queryLong(gre, MediaColumns.GENERATION_MODIFIED); in testGeneration() local
/aosp_15_r20/cts/tests/mediaprovider/src/android/provider/cts/media/
H A DMediaStore_FilesTest.java452 final long gmod = queryLong(gre, MediaColumns.GENERATION_MODIFIED); in testGeneration() local
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dpartitioners.py642 def get_rng_ops(gmod): argument