Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Plugins/ExaTrkX/include/Acts/Plugins/ExaTrkX/Stages.hpp>
Public Member Functions | |
virtual std::tuple< std::any, std::any > | operator() (std::vector< float > &inputValues, std::size_t numNodes, int deviceHint=-1)=0 |
virtual | ~GraphConstructionBase ()=default |
Definition at line 21 of file Stages.hpp.
View newest version in sPHENIX GitHub at line 21 of file Stages.hpp
|
virtualdefault |
|
pure virtual |
Perform the graph construction
inputValues | Flattened input data |
numNodes | Number of nodes. inputValues.size() / numNodes then gives the number of features |
deviceHint | Which GPU to pick. Not relevant for CPU-only builds |
Implemented in Acts::TorchMetricLearning, and Acts::OnnxMetricLearning.