Home
last modified time | relevance | path

Searched defs:IntLike (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/test_ctypes/
Dtest_numbers.py104 class IntLike: class
/external/python/cpython3/Lib/test/test_capi/
Dtest_number.py55 class IntLike(WithDunder): class
/external/python/cpython3/Lib/test/
Dtest_memoryio.py16 class IntLike: class
Dtest_itertools.py1559 class IntLike(object): class
/external/pytorch/torch/_prims_common/
D__init__.py52 IntLike = (int, torch.SymInt) variable