Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
txeo Namespace Reference

Namespaces

namespace  detail
 

Classes

struct  DeviceInfo
 Bundle of device information. More...
 
class  Matrix
 A class representing a matrix, derived from Tensor. More...
 
class  MatrixError
 Exceptions concerning txeo::Matrix. More...
 
class  MatrixIO
 A class to read file data to matrix and to write file data to a matrix. More...
 
class  MatrixIOError
 Exceptions concerning txeo::MatrixIO. More...
 
class  Predictor
 Class that deals with the main tasks of prediction (inference) More...
 
class  PredictorError
 
class  Tensor
 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  TensorAgg
 A utility class for aggregation functions on tensors. More...
 
class  TensorAggError
 Exceptions concerning txeo::TensorAgg. More...
 
class  TensorError
 Exceptions concerning txeo::Tensor. More...
 
class  TensorFunc
 A utility class for common math functions on tensors. More...
 
class  TensorFuncError
 Exceptions concerning txeo::TensorOp. More...
 
class  TensorIO
 This class is deprecated. Please use class txeo::MatrixIO. More...
 
class  TensorIOError
 Exceptions concerning txeo::TensorIO. More...
 
class  TensorIterator
 
class  TensorOp
 A utility class for performing operations on tensors and vectors. More...
 
class  TensorOpError
 Exceptions concerning txeo::TensorOp. More...
 
class  TensorPart
 A utility class for partitioning tensors. More...
 
class  TensorPartError
 Exceptions concerning txeo::Tensor. More...
 
class  TensorShape
 The shape of a tensor is an ordered collection of dimensions of mathematical vector spaces. More...
 
class  TensorShapeError
 Exceptions concerning txeo::TensorShape. More...
 
class  Vector
 A class representing a vector, derived from Tensor. More...
 
class  VectorError
 Exceptions concerning txeo::Vector. More...
 

Concepts

concept  c_numeric