Searched defs:MappingProxyType (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/torch/_dynamo/backends/ | ||
D | tvm.py | 27 options: Optional[MappingProxyType] = MappingProxyType( |
/external/python/cpython3/Lib/ | ||
D | types.py | 16 MappingProxyType = type(type.__dict__) variable |