Skip to content

[core] Cannot get attribute of Reshape_Op in Python

Summary

It is not possible to use the function get_attr() on Reshape_Op objects even though it has an attribute (shape).

Solution

Attribute is missing from the dependencies of Reshape_Op binding. It should be added.