MCPcopy
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
214class 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_valueFunction · 0.85

Tested by

no test coverage detected