![]() |
Project
|
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) |
Definition at line 28 of file OrtInterface.cxx.
Ort::AllocatorWithDefaultOptions o2::ml::OrtModel::OrtVariables::allocator |
Definition at line 34 of file OrtInterface.cxx.
std::shared_ptr<Ort::Env> o2::ml::OrtModel::OrtVariables::env = nullptr |
Definition at line 31 of file OrtInterface.cxx.
Ort::MemoryInfo o2::ml::OrtModel::OrtVariables::memoryInfo = Ort::MemoryInfo("Cpu", OrtAllocatorType::OrtDeviceAllocator, 0, OrtMemType::OrtMemTypeDefault) |
Definition at line 35 of file OrtInterface.cxx.
Ort::RunOptions o2::ml::OrtModel::OrtVariables::runOptions |
Definition at line 30 of file OrtInterface.cxx.
std::shared_ptr<Ort::Session> o2::ml::OrtModel::OrtVariables::session = nullptr |
ONNX session.
Definition at line 32 of file OrtInterface.cxx.
Ort::SessionOptions o2::ml::OrtModel::OrtVariables::sessionOptions |
Definition at line 33 of file OrtInterface.cxx.