Skip to main content

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

namespacesimaai
namespaceneat
namespacegraph

Classes Index

classGraphSession

Description

GraphSession builds hybrid runtimes from a Graph.

File Listing

The file content with the documentation metadata removed is:

1
6#pragma once
7
8#include "graph/Compiler.h"
9#include "graph/Graph.h"
10#include "graph/GraphRun.h"
11
12#include <memory>
13#include <utility>
14
15namespace simaai::neat::graph {
16
18public:
19 explicit GraphSession(Graph graph);
20
21 GraphRun build(const GraphRunOptions& opt = {});
22
23private:
24 Graph graph_;
25};
26
27} // namespace simaai::neat::graph

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.