openvino.inference_engine.DataPtr

class openvino.inference_engine.DataPtr

This class is the layer data representation.

__init__()

Default constructor

Methods

__init__

Default constructor

Attributes

initialized

Checks if the current data object is resolved

layout

Layout of the data object

name

Name of the data object

precision

Precision of the data object

shape

Shape (dimensions) of the data object

initialized

Checks if the current data object is resolved

layout

Layout of the data object

name

Name of the data object

precision

Precision of the data object

shape

Shape (dimensions) of the data object