MCPcopy
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
59class OperationSet(set):

Callers 15

optimizeMethod · 0.45
statistical_analyseFunction · 0.45
buildMethod · 0.45
refine_graphMethod · 0.45
build_temp_graphFunction · 0.45
fuse_bnMethod · 0.45
fuse_skiplayernormMethod · 0.45
fuse_geluMethod · 0.45
match_burte_forceMethod · 0.45
_path_matchingMethod · 0.45
base.pyFile · 0.45
onnx.pyFile · 0.45

Calls 1

PathClass · 0.85

Tested by

no test coverage detected