Skip to content
Snippets Groups Projects

aidge#199: Add documentation for Node

Closed Ghost User requested to merge hrouis/aidge_core:issue#199 into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -211,7 +211,7 @@ public:
std::vector<std::pair<NodePtr, IOIndex_t>> dataInputs() const;
/**
* @brief List the pairs <Parent, ID of the in put> of the Node's inputs.
* @brief List the pairs <Parent, ID of the input> of the Node's inputs.
* @details When an input is not linked to any Parent, the pair is <nullptr, gk_IODefaultIndex>.
* as opposed to dataInputs, inputs includes inputs expecting parameters (weights or biases)
* @return std::vector<std::pair<std::shared_ptr<Node>, IOIndex_t>>
Loading