Project
Loading...
Searching...
No Matches
o2::ml::OrtModel::OrtVariables Struct Reference

Public Attributes

Ort::RunOptions runOptions
 
std::shared_ptr< Ort::Env > env = nullptr
 
std::shared_ptr< Ort::Session > session = nullptr
 ONNX session.
 
Ort::SessionOptions sessionOptions
 
Ort::AllocatorWithDefaultOptions allocator
 
Ort::MemoryInfo memoryInfo = Ort::MemoryInfo("Cpu", OrtAllocatorType::OrtDeviceAllocator, 0, OrtMemType::OrtMemTypeDefault)
 

Detailed Description

Definition at line 28 of file OrtInterface.cxx.

Member Data Documentation

◆ allocator

Ort::AllocatorWithDefaultOptions o2::ml::OrtModel::OrtVariables::allocator

Definition at line 34 of file OrtInterface.cxx.

◆ env

std::shared_ptr<Ort::Env> o2::ml::OrtModel::OrtVariables::env = nullptr

Definition at line 31 of file OrtInterface.cxx.

◆ memoryInfo

Ort::MemoryInfo o2::ml::OrtModel::OrtVariables::memoryInfo = Ort::MemoryInfo("Cpu", OrtAllocatorType::OrtDeviceAllocator, 0, OrtMemType::OrtMemTypeDefault)

Definition at line 35 of file OrtInterface.cxx.

◆ runOptions

Ort::RunOptions o2::ml::OrtModel::OrtVariables::runOptions

Definition at line 30 of file OrtInterface.cxx.

◆ session

std::shared_ptr<Ort::Session> o2::ml::OrtModel::OrtVariables::session = nullptr

ONNX session.

Definition at line 32 of file OrtInterface.cxx.

◆ sessionOptions

Ort::SessionOptions o2::ml::OrtModel::OrtVariables::sessionOptions

Definition at line 33 of file OrtInterface.cxx.


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