Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/onnx/
H A D_globals.py76 def autograd_inlining(self) -> bool: member in _InternalGlobals
81 def autograd_inlining(self, value: bool): member in _InternalGlobals
H A Dutils.py1480 autograd_inlining=True, argument