CMS 3D CMS Logo

Classes | Typedefs | Enumerations
cms::Ort Namespace Reference

Classes

class  ONNXRuntime
 

Typedefs

typedef std::vector< std::vector< float > > FloatArrays
 

Enumerations

enum  Backend { Backend::cpu, Backend::cuda }
 

Typedef Documentation

◆ FloatArrays

typedef std::vector<std::vector<float> > cms::Ort::FloatArrays

Definition at line 23 of file ONNXRuntime.h.

Enumeration Type Documentation

◆ Backend

enum cms::Ort::Backend
strong
Enumerator
cpu 
cuda 

Definition at line 25 of file ONNXRuntime.h.

25  {
26  cpu,
27  cuda,
28  };