Skip to content

Commit be19963

Browse files
piiswrongtqchen
authored andcommitted
add scalars
1 parent efc87f1 commit be19963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nnvm/include/nnvm/node.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ struct NodeEntry {
4848
struct NodeAttrs {
4949
/*! \brief name of the node */
5050
std::string name;
51+
/*! \brief Vector representation of positional attributes */
52+
std::vector<double> scalars;
5153
/*! \brief The dictionary representation of attributes */
5254
std::unordered_map<std::string, std::string> dict;
5355
/*!

0 commit comments

Comments
 (0)