ATLAS Offline Software
Classes | Typedefs
OnnxRuntimeBase.h File Reference
#include <vector>
#include <map>
#include <Eigen/Dense>
#include <onnxruntime_cxx_api.h>
#include <TString.h>
Include dependency graph for OnnxRuntimeBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OnnxRuntimeBase
 

Typedefs

using NetworkBatchInput = Eigen::Matrix< float, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor >
 

Typedef Documentation

◆ NetworkBatchInput

using NetworkBatchInput = Eigen::Matrix<float, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor>

Definition at line 8 of file OnnxRuntimeBase.h.