interface InferenceEngine::ILayerImpl¶
Overview¶
This class provides interface for extension implementations. More…
#include <ie_iextension.h>
template ILayerImpl
{
// typedefs
typedef std::shared_ptr<ILayerImpl> Ptr;
};
// direct descendants
template ILayerExecImpl;
Detailed Documentation¶
This class provides interface for extension implementations.
Typedefs¶
typedef std::shared_ptr<ILayerImpl> Ptr
A shared pointer to the ILayerImpl interface.