Searched defs:co_fields (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | graph_module.py | 40 def cache(self, src: str, globals: Dict[str, Any], co_fields=None): argument 84 def _exec_with_source(src: str, globals: Dict[str, Any], co_fields=None): argument 89 def _forward_from_src(src: str, globals: Dict[str, Any], co_fields=None): argument 96 method_name: str, src: str, globals: Dict[str, Any], co_fields=None argument
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | symbolic_shapes.py | 2378 def _init(
|