Skip to content
Snippets Groups Projects

fix/scheduler_exec_time

Merged Grégoire Kubler requested to merge hrouis/aidge_core:fix/scheduler_exec_time into dev
2 unresolved threads
Files
5
@@ -456,7 +456,17 @@ private:
@@ -456,7 +456,17 @@ private:
* @param inId index for adding the parent.
* @param inId index for adding the parent.
*/
*/
void addParent(const NodePtr otherNode, const IOIndex_t inId);
void addParent(const NodePtr otherNode, const IOIndex_t inId);
 
 
// OPERATOR FUNCTIONNAL but commented out to avoid iostream inclusion
 
// /**
 
// * @brief operator<< overload to ease print & debug of nodes
 
// * @param[inout] ostream to print to
 
// * @param[in] n node to print
 
// */
 
// friend std::ostream& operator << (std::ostream& os, Node& n);
Please register or sign in to reply
};
};
 
} // namespace Aidge
} // namespace Aidge
 
#endif /* AIDGE_CORE_GRAPH_NODE_H_ */
#endif /* AIDGE_CORE_GRAPH_NODE_H_ */
Loading