|
ACTS
Experiment-independent tracking
|
Hook for storing graph data during GNN pipeline execution. More...
#include <ActsPlugins/Gnn/GraphStoreHook.hpp>
Public Types | |
| using | Graph = std::pair<std::vector<std::int64_t>, std::vector<float>> |
| Graph data structure (edges, edge features). | |
Public Member Functions | |
| void | operator() (const PipelineTensors &tensors, const ExecutionContext &execCtx) const override |
| Store graph data during pipeline execution. | |
| const Graph & | storedGraph () const |
| Get the stored graph data. | |
Hook for storing graph data during GNN pipeline execution.
|
overridevirtual |
Store graph data during pipeline execution.
| tensors | Pipeline tensor data |
| execCtx | Execution context |
Reimplemented from ActsPlugins::GnnHook.
| const Graph & ActsPlugins::GraphStoreHook::storedGraph | ( | ) | const |
Get the stored graph data.