![]() |
Project
|
Public Attributes | |
Ort::RunOptions | runOptions |
std::unique_ptr< Ort::Env > | env = nullptr |
std::unique_ptr< Ort::Session > | session = nullptr |
ONNX session. | |
Ort::SessionOptions | sessionOptions |
Ort::AllocatorWithDefaultOptions | allocator |
Ort::MemoryInfo | memoryInfo = Ort::MemoryInfo("Cpu", OrtAllocatorType::OrtDeviceAllocator, 0, OrtMemType::OrtMemTypeDefault) |
std::unique_ptr< Ort::IoBinding > | ioBinding = nullptr |
Definition at line 39 of file OrtInterface.cxx.
Ort::AllocatorWithDefaultOptions o2::ml::OrtModel::OrtVariables::allocator |
Definition at line 45 of file OrtInterface.cxx.
std::unique_ptr<Ort::Env> o2::ml::OrtModel::OrtVariables::env = nullptr |
Definition at line 42 of file OrtInterface.cxx.
std::unique_ptr<Ort::IoBinding> o2::ml::OrtModel::OrtVariables::ioBinding = nullptr |
Definition at line 47 of file OrtInterface.cxx.
Ort::MemoryInfo o2::ml::OrtModel::OrtVariables::memoryInfo = Ort::MemoryInfo("Cpu", OrtAllocatorType::OrtDeviceAllocator, 0, OrtMemType::OrtMemTypeDefault) |
Definition at line 46 of file OrtInterface.cxx.
Ort::RunOptions o2::ml::OrtModel::OrtVariables::runOptions |
Definition at line 41 of file OrtInterface.cxx.
std::unique_ptr<Ort::Session> o2::ml::OrtModel::OrtVariables::session = nullptr |
ONNX session.
Definition at line 43 of file OrtInterface.cxx.
Ort::SessionOptions o2::ml::OrtModel::OrtVariables::sessionOptions |
Definition at line 44 of file OrtInterface.cxx.