Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenPPL/ppq
/ copy
Method
copy
ppq/IR/search.py:53–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
return
list(self._container)
52
53
def
copy(self):
54
c = Path()
55
c._container = self._container.copy()
56
return
c
57
58
59
class
OperationSet(set):
Callers
15
optimize
Method · 0.45
statistical_analyse
Function · 0.45
build
Method · 0.45
refine_graph
Method · 0.45
build_temp_graph
Function · 0.45
fuse_bn
Method · 0.45
fuse_skiplayernorm
Method · 0.45
fuse_gelu
Method · 0.45
match_burte_force
Method · 0.45
_path_matching
Method · 0.45
base.py
File · 0.45
onnx.py
File · 0.45
Calls
1
Path
Class · 0.85
Tested by
no test coverage detected