![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Plugins/ExaTrkX/include/Acts/Plugins/ExaTrkX/Stages.hpp>
Inheritance diagram for Acts::EdgeClassificationBase:Public Member Functions | |
| virtual std::tuple< std::any, std::any, std::any > | operator() (std::any nodes, std::any edges, int deviceHint=-1)=0 |
| virtual | ~EdgeClassificationBase ()=default |
Definition at line 38 of file Stages.hpp.
View newest version in sPHENIX GitHub at line 38 of file Stages.hpp
|
virtualdefault |
|
pure virtual |
Perform edge classification
| nodes | Node tensor with shape (n_nodes, n_node_features) |
| edges | Edge-index tensor with shape (2, n_edges) |
| deviceHint | Which GPU to pick. Not relevant for CPU-only builds |
Implemented in Acts::TorchEdgeClassifier, and Acts::OnnxEdgeClassifier.