Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_export/pass_infra/
H A Dnode_metadata.py4 NodeMetadataValue = Any variable
23 def __setitem__(self, key: str, value: NodeMetadataValue) -> NodeMetadataValue:
/aosp_15_r20/external/executorch/exir/
H A Dpass_base.py50 NodeMetadataValue = Any # pyre-ignore variable
106 def __setitem__(self, key: str, value: NodeMetadataValue) -> NodeMetadataValue: