Home
last modified time | relevance | path

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

/external/pytorch/torch/_functorch/_aot_autograd/
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,
/external/pytorch/torch/_inductor/
Dcompile_fx.py440 cudagraphs: Optional[BoxedBool] = None,
690 cudagraphs: Optional[BoxedBool] = None,
1184 cudagraphs: BoxedBool,
Dutils.py1766 class BoxedBool: class
/external/pytorch/torch/_functorch/
Daot_autograd.py945 cudagraphs: Optional[BoxedBool] = None,
/external/pytorch/test/dynamo/
Dtest_subclasses.py1779 cudagraphs: Optional[BoxedBool] = None,