namespace ngraph::element

namespace element {

// typedefs

typedef std::vector<Type> TypeVector;

// global functions

template <typename T>
Type from();

} // namespace element