We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc87f1 commit be19963Copy full SHA for be19963
nnvm/include/nnvm/node.h
@@ -48,6 +48,8 @@ struct NodeEntry {
48
struct NodeAttrs {
49
/*! \brief name of the node */
50
std::string name;
51
+ /*! \brief Vector representation of positional attributes */
52
+ std::vector<double> scalars;
53
/*! \brief The dictionary representation of attributes */
54
std::unordered_map<std::string, std::string> dict;
55
/*!
0 commit comments