#include <Graph.h>
Definition at line 33 of file Graph.h.
◆ InputNode()
| lwtDev::InputNode::InputNode |
( |
size_t | index, |
|
|
size_t | n_outputs ) |
◆ compute()
| VectorXd lwtDev::InputNode::compute |
( |
const ISource & | source | ) |
const |
|
overridevirtual |
Implements lwtDev::INode.
Definition at line 77 of file Graph.cxx.
77 {
81 std::string len = std::to_string(
output.rows());
83 throw NNEvaluationException(
84 "Found vector of length " + len + ", expected " + found);
85 }
87 }
◆ n_outputs()
| size_t lwtDev::InputNode::n_outputs |
( |
| ) |
const |
|
overridevirtual |
◆ m_index
| size_t lwtDev::InputNode::m_index |
|
private |
◆ m_n_outputs
| size_t lwtDev::InputNode::m_n_outputs |
|
private |
The documentation for this class was generated from the following files: