Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenPPL/ppq
/ set_attr
Method
set_attr
ppq/parser/caffe/caffe_export_utils.py:215–216 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
213
@register_class
214
class
Concat(CaffeOpExporter):
215
def
set_attr(self):
216
self.layer.concat_param.axis = refine_value(self.op.attributes[
'axis'
])
217
218
219
@register_class
Callers
nothing calls this directly
Calls
1
refine_value
Function · 0.85
Tested by
no test coverage detected