Home
last modified time | relevance | path

Searched refs:maybe_aliasing_or_mutating_ops (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dfunctional_tensor.py97 maybe_aliasing_or_mutating_ops = [ variable in FunctionalTensor
410 if func in FunctionalTensor.maybe_aliasing_or_mutating_ops:
/aosp_15_r20/external/pytorch/torch/_export/
H A D__init__.py142 for op in FunctionalTensor.maybe_aliasing_or_mutating_ops
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py204 if op_overload in FunctionalTensor.maybe_aliasing_or_mutating_ops: