struct std::hash<ngraph::DiscreteTypeInfo>

#include <type.hpp>

template <>
struct hash<ngraph::DiscreteTypeInfo>
{
    // methods

    size_t operator () (const ngraph::DiscreteTypeInfo& k) const;
};