Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_functionalization_type.py178 def modifies_arguments(f: NativeFunction) -> bool: function
H A Dmodel.py1739 def modifies_arguments(self) -> bool: member in FunctionSchema
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_inplace_or_view_type.py521 def modifies_arguments(f: NativeFunction) -> bool: function