Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Attributes | List of all members
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. More...
 
std::vector< const char * > nameTensor {}
 Vector of the input names. More...
 

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.

◆ 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.


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