Home
last modified time | relevance | path

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

/external/pytorch/torch/_functorch/_aot_autograd/
Druntime_wrappers.py518 fwd_output_strides: Optional[List[List[int]]] = None variable in FakifiedOutWrapper
558 def set_fwd_output_strides(self, fwd_output_strides): argument