Node.h File
Hybrid graph node interface (backend + ports + output spec). More...
Included Headers
#include "graph/GraphTypes.h"
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | graph |
Classes Index
| class | Node |
|
Base class for hybrid graph nodes. More... | |
Description
Hybrid graph node interface (backend + ports + output spec).
File Listing
The file content with the documentation metadata removed is:
8#include "graph/GraphTypes.h"
13namespace simaai::neat::graph {
31 virtual std::string user_label() const {
36 virtual std::vector<PortDesc> input_ports() const = 0;
37 virtual std::vector<PortDesc> output_ports() const = 0;
40 virtual OutputSpec output_spec(const std::vector<OutputSpec>& inputs, PortId out_port) const {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.