Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Ctxeo::DeviceInfoBundle of device information
 Ctxeo::MatrixIOA class to read file data to matrix and to write file data to a matrix
 Ctxeo::Predictor< T >Class that deals with the main tasks of prediction (inference)
 Cstd::runtime_error
 Ctxeo::MatrixErrorExceptions concerning txeo::Matrix
 Ctxeo::MatrixIOErrorExceptions concerning txeo::MatrixIO
 Ctxeo::PredictorError
 Ctxeo::TensorAggErrorExceptions concerning txeo::TensorAgg
 Ctxeo::TensorErrorExceptions concerning txeo::Tensor
 Ctxeo::TensorFuncErrorExceptions concerning txeo::TensorOp
 Ctxeo::TensorIOErrorExceptions concerning txeo::TensorIO
 Ctxeo::TensorOpErrorExceptions concerning txeo::TensorOp
 Ctxeo::TensorPartErrorExceptions concerning txeo::Tensor
 Ctxeo::TensorShapeErrorExceptions concerning txeo::TensorShape
 Ctxeo::VectorErrorExceptions concerning txeo::Vector
 Ctxeo::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
 Ctxeo::Matrix< T >A class representing a matrix, derived from Tensor
 Ctxeo::Vector< T >A class representing a vector, derived from Tensor
 Ctxeo::TensorAgg< T >A utility class for aggregation functions on tensors
 Ctxeo::TensorFunc< T >A utility class for common math functions on tensors
 Ctxeo::TensorIOThis class is deprecated. Please use class txeo::MatrixIO
 Ctxeo::TensorIterator< T >
 Ctxeo::TensorOp< T >A utility class for performing operations on tensors and vectors
 Ctxeo::TensorPart< T >A utility class for partitioning tensors
 Ctxeo::TensorShapeThe shape of a tensor is an ordered collection of dimensions of mathematical vector spaces