Skip to content
Snippets Groups Projects
Commit a986a64d authored by Maxence Naud's avatar Maxence Naud
Browse files

Update Node.hpp. Remove unused 'setInput()'.

parent 9c52d407
No related branches found
No related tags found
No related merge requests found
...@@ -163,13 +163,6 @@ public: ...@@ -163,13 +163,6 @@ public:
return std::pair<NodePtr, IOIndex_t>(mParents[inID], mIdOutParents[inID]); return std::pair<NodePtr, IOIndex_t>(mParents[inID], mIdOutParents[inID]);
} }
/**
* @brief Set fix value for the specified input by creating a Producer wrapping the given Tensor.
*
* @param idx Input index.
* @param tensor Constant Tensor to add as parent for specified index.
*/
// void setInput(const IOIndex_t idx, const std::shared_ptr<Tensor> tensor);
/** /**
* @brief Get the lowest index in the InputData Parent list equal to the * @brief Get the lowest index in the InputData Parent list equal to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment