|
Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
#include "txeo/Tensor.h"#include "txeo/TensorShape.h"#include "txeo/Vector.h"#include "txeo/types.h"#include <cstddef>#include <initializer_list>#include <stdexcept>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | txeo::Matrix< T > |
| A class representing a matrix, derived from Tensor. More... | |
| class | txeo::MatrixError |
| Exceptions concerning txeo::Matrix. More... | |
Namespaces | |
| namespace | txeo |
| namespace | txeo::detail |