Public Types | Public Member Functions
InferenceEngine::IShapeInferImpl Class Reference

This class provides interface for the implementation with the custom execution code. More...

#include <ie_iextension.h>

Public Types

using Ptr = std::shared_ptr< IShapeInferImpl >
 A shared pointer to a IShapeInferImpl object.
 

Public Member Functions

virtual StatusCode inferShapes (const std::vector< Blob::CPtr > &, const std::map< std::string, std::string > &, const std::map< std::string, Blob::Ptr > &, std::vector< SizeVector > &, ResponseDesc *) noexcept
 check that reshape can be applied, that parameters and shapes are valid
 

Detailed Description

This class provides interface for the implementation with the custom execution code.

Deprecated:
Implement ngraph::op::Op::validate_and_infer_types method in a custom ngraph operation. The interface will be removed in 2021.1 release.

The documentation for this class was generated from the following file: