![]() |
ATLAS Offline Software
|
Helper struct containing all the information needed to process
More...
#include <GraphData.h>
Public Attributes | |
std::vector< Ort::Value > | dataTensor {} |
Vector of the inference input tensors. More... | |
std::vector< const char * > | nameTensor {} |
Vector of the input names. More... | |
Helper struct containing all the information needed to process
Definition at line 15 of file GraphData.h.
std::vector<Ort::Value> MuonML::InferenceGraph::dataTensor {} |
Vector of the inference input tensors.
Definition at line 17 of file GraphData.h.
std::vector<const char*> MuonML::InferenceGraph::nameTensor {} |
Vector of the input names.
The raw char data is neither owned or managed by the object
Definition at line 20 of file GraphData.h.