Home
last modified time | relevance | path

Searched refs:_side_effectful_functions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/
H A Dnode.py46 _side_effectful_functions: Set[Callable] = { variable
59 _side_effectful_functions.add(_ops.inductor.resize_storage_bytes_.default)
64 _side_effectful_functions.add(fn)
660 return schema_mutable or self.target in _side_effectful_functions
/aosp_15_r20/external/pytorch/torch/distributed/pipelining/
H A D_IR.py323 fx.node._side_effectful_functions.add(aten_pipe_split_alias)