![]() |
iVS3D v2.0.0
|
Header file for the OrtNeuralNet class, which implements the NeuralNet interface using ONNX Runtime. It also handles the conversion between Tensor and ONNX Runtime's Ort::Value. More...
#include "NeuralNet.h"#include <string>#include <memory>#include <functional>#include <vector>#include <any>#include <iostream>#include <optional>#include <onnxruntime_cxx_api.h>Go to the source code of this file.
Classes | |
| class | NN::OrtNeuralNet |
| A class that implements the NeuralNet interface using ONNX Runtime. More... | |
Namespaces | |
| namespace | NN |
| NN Neural Network Library containing Tensor and NeuralNet classes for inference. | |
Header file for the OrtNeuralNet class, which implements the NeuralNet interface using ONNX Runtime. It also handles the conversion between Tensor and ONNX Runtime's Ort::Value.