GraphSession.h File
GraphSession builds hybrid runtimes from a Graph. More...
Included Headers
#include "graph/Compiler.h"
#include "graph/Graph.h"
#include "graph/GraphRun.h"
#include <memory>
#include <utility>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | graph |
Classes Index
| class | GraphSession |
Description
GraphSession builds hybrid runtimes from a Graph.
File Listing
The file content with the documentation metadata removed is:
8#include "graph/Compiler.h"
9#include "graph/Graph.h"
10#include "graph/GraphRun.h"
15namespace simaai::neat::graph {
17class GraphSession {
19 explicit GraphSession(Graph graph);
21 GraphRun build(const GraphRunOptions& opt = {});
24 Graph graph_;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.