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

Function refine_value

ppq/parser/caffe/caffe_export_utils.py:17–20  ·  view source on GitHub ↗
(attribute)

Source from the content-addressed store, hash-verified

15 return cls
16
17def refine_value(attribute):
18 if isinstance(attribute, DataType):
19 attribute = attribute.value
20 return convert_any_to_python_primary_type(attribute)
21
22class CaffeOpExporter(object):
23 onnx_to_caffe = {

Callers 15

set_attrMethod · 0.85
set_attrMethod · 0.85
set_attrMethod · 0.85
set_attrMethod · 0.85
set_attrMethod · 0.85
set_attrMethod · 0.85
set_attrMethod · 0.85
set_attrMethod · 0.85
parseMethod · 0.85
parseMethod · 0.85
set_attrMethod · 0.85
__init__Method · 0.85

Calls 1

Tested by

no test coverage detected