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