Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/serde/
H A Dexport_serialize.py412 sym_int_values: Dict[str, SymInt] = field(default_factory=dict) variable in GraphState
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py408 sym_int_values: Dict[str, SymInt] = field(default_factory=dict) variable in GraphState