class InferenceEngine::LayerNameLess¶
to allow storing of LayersSP in collections ordered by names
#include <graph_tools.hpp>
class LayerNameLess
{
public:
// methods
bool operator () (const CNNLayerPtr& lhs, const CNNLayerPtr& rhs) const;
};