Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
#include "txeo/Matrix.h"
#include "txeo/Tensor.h"
#include "txeo/TensorShape.h"
#include "txeo/Trainer.h"
#include <concepts>
#include <cstddef>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | txeo::OlsGDTrainer< T > |
Ordinary Least Squares trainer using Gradient Descent optimization. More... | |
class | txeo::OlsGDTrainerError |
Exceptions concerning txeo::OlsGDTrainer. More... | |
Namespaces | |
namespace | txeo |