ATLAS Offline Software
Loading...
Searching...
No Matches
MuonML::InferenceGraph Struct Reference

Helper struct containing all the information needed to process. More...

#include <GraphData.h>

Collaboration diagram for MuonML::InferenceGraph:

Public Attributes

std::vector< Ort::Value > dataTensor {}
 Vector of the inference input tensors.
std::vector< const char * > nameTensor {}
 Vector of the input names.

Detailed Description

Helper struct containing all the information needed to process.

Definition at line 15 of file GraphData.h.

Member Data Documentation

◆ dataTensor

std::vector<Ort::Value> MuonML::InferenceGraph::dataTensor {}

Vector of the inference input tensors.

Definition at line 17 of file GraphData.h.

17{};

◆ nameTensor

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.

20{};

The documentation for this struct was generated from the following file: