#include <Graph.h>
Definition at line 75 of file Graph.h.
◆ InputSequenceNode()
| lwtDev::InputSequenceNode::InputSequenceNode |
( |
size_t | index, |
|
|
size_t | n_outputs ) |
◆ n_outputs()
| size_t lwtDev::InputSequenceNode::n_outputs |
( |
| ) |
const |
|
overridevirtual |
◆ scan()
| MatrixXd lwtDev::InputSequenceNode::scan |
( |
const ISource & | source | ) |
const |
|
overridevirtual |
Implements lwtDev::ISequenceNode.
Definition at line 135 of file Graph.cxx.
135 {
138 throw NNEvaluationException("empty input sequence");
139 }
141 std::string len = std::to_string(
output.rows());
143 throw NNEvaluationException(
144 "Found vector of length " + len + ", expected " + found);
145 }
147 }
◆ m_index
| size_t lwtDev::InputSequenceNode::m_index |
|
private |
◆ m_n_outputs
| size_t lwtDev::InputSequenceNode::m_n_outputs |
|
private |
The documentation for this class was generated from the following files: