Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/serde/
H A Dexport_serialize.py413 sym_bool_values: Dict[str, SymBool] = field(default_factory=dict) variable in GraphState
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py409 sym_bool_values: Dict[str, SymBool] = field(default_factory=dict) variable in GraphState