This class is the layer data representation. More...
Public Member Functions | |
| def | __init__ (self) |
| Default constructor. | |
| def | name (self) |
| Name of the data object. | |
| def | precision (self) |
| Precision of the data object. | |
| def | precision (self, precision) |
| def | shape (self) |
| Shape (dimensions) of the data object. | |
| def | layout (self) |
| Layout of the data object. | |
| def | layout (self, layout) |
| def | initialized (self) |
| Checks if the current data object is resolved. | |
Data Fields | |
| name | |
| Name of the data object. | |
| precision | |
| Precision of the data object. | |
| shape | |
| Shape (dimensions) of the data object. | |
| layout | |
| Layout of the data object. | |
| initialized | |
| Checks if the current data object is resolved. | |
This class is the layer data representation.