Home
last modified time | relevance | path

Searched defs:BoxedBool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dautograd_cache.py168 fx_config: Dict[str, BoxedBool], argument
232 fx_config: Dict[str, BoxedBool], argument
255 def load(self, example_inputs, fx_config: Dict[str, BoxedBool]) -> CompiledFxGraph: argument
321 fx_config: Dict[str, BoxedBool], argument
455 cudagraphs: BoxedBool,
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcompile_fx.py440 cudagraphs: Optional[BoxedBool] = None,
690 cudagraphs: Optional[BoxedBool] = None,
1184 cudagraphs: BoxedBool,
H A Dutils.py1766 class BoxedBool: class
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Daot_autograd.py945 cudagraphs: Optional[BoxedBool] = None,
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_subclasses.py1779 cudagraphs: Optional[BoxedBool] = None,