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
@@ -213,7 +213,7 @@ public:
/**
* @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)
* as opposed to dataInputs, inputs includes parent nodes containing parameters (e.g. weights or biases)
* @return std::vector<std::pair<std::shared_ptr<Node>, IOIndex_t>>
*/
std::vector<std::pair<NodePtr, IOIndex_t>> inputs() const;
Loading