MCPcopy
hub / github.com/OpenPPL/ppq / parameters

Method parameters

ppq/IR/base/graph.py:185–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

183
184 @ property
185 def parameters(self) -> List[Variable]:
186 return [var for var in self.inputs if var.is_parameter]
187
188 @ property
189 def is_linear_activation(self) -> bool:

Callers 2

__init__Method · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected