Home
last modified time | relevance | path

Searched defs:ImmutableDict (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/tools/checker/common/
H A Dimmutables.py16 class ImmutableDict(dict): class
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dimmutable_dict.py23 class ImmutableDict(collections.abc.Mapping): class