![]() |
iVS3D v2.0.0
|
Factory class for creating NeuralNet instances. More...
#include "NeuralNet.h"#include "NeuralError.h"#include <memory>#include <string>#include <iostream>#include <tl/expected.hpp>Go to the source code of this file.
Classes | |
| class | NN::NeuralNetFactory |
| Factory class for creating NeuralNet instances. This abstracts from the underlying inference engine (e.g., ONNX Runtime). More... | |
Namespaces | |
| namespace | NN |
| NN Neural Network Library containing Tensor and NeuralNet classes for inference. | |
Factory class for creating NeuralNet instances.