Public Member Functions
InferenceEngine::Builder::ValidatorRegisterBase Class Reference

This class registers layer validators. More...

#include <ie_layer_builder.hpp>

Public Member Functions

 ValidatorRegisterBase (const std::string &type, const std::function< void(const Layer::CPtr &, bool)> &validator)
 The constructor registers new layer validator. More...
 

Detailed Description

This class registers layer validators.

Deprecated:
Use ngraph API instead.

Constructor & Destructor Documentation

§ ValidatorRegisterBase()

InferenceEngine::Builder::ValidatorRegisterBase::ValidatorRegisterBase ( const std::string &  type,
const std::function< void(const Layer::CPtr &, bool)> &  validator 
)
inlineexplicit

The constructor registers new layer validator.

Parameters
typeLayer type
validatorLayer validator

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