Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
Tensor.h File Reference
#include "TensorShape.h"
#include "txeo/TensorIterator.h"
#include <cstddef>
#include <exception>
#include <initializer_list>
#include <memory>
#include <type_traits>
#include <vector>
Include dependency graph for Tensor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  txeo::Tensor< T >
 Implements the mathematical concept of tensor, which is a magnitude of multiple order. A tensor of order zero is defined to be a scalar, of order one a vector, of order two a matrix and so on. Each order of the tensor has a dimension. Elements are addressed via multidimensional indexing. More...
 
class  txeo::TensorError
 Exceptions concerning txeo::Tensor. More...
 

Namespaces

namespace  txeo
 
namespace  txeo::detail
 

Concepts

concept  txeo::c_numeric