Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ntxeo
 CDataTableA container for managing training, evaluation, and test data splits
 CDataTableError
 CDataTableNormA normalizer for DataTable objects that handles feature scaling
 CDataTableNormError
 CDeviceInfoBundle of device information
 CLoggerAbstract base class for logging subsystems
 CLoggerConsoleThread-safe singleton logger for console output
 CLoggerFileSingleton logger implementation for file output
 CLoggerFileErrorException class for file logging errors
 CLossComputes error metrics between predicted and validation tensors
 CLossErrorExceptions concerning txeo::Loss
 CMatrixA class representing a matrix, derived from Tensor
 CMatrixErrorExceptions concerning txeo::Matrix
 CMatrixIOA class to read file data to matrix and to write file data to a matrix
 CMatrixIOErrorExceptions concerning txeo::MatrixIO
 COlsGDTrainerOrdinary Least Squares trainer using Gradient Descent optimization
 COlsGDTrainerErrorExceptions concerning txeo::OlsGDTrainer
 CPredictorClass that deals with the main tasks of prediction (inference)
 CPredictorError
 CTensorImplements 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
 CTensorAggA utility class for aggregation functions on tensors
 CTensorAggErrorExceptions concerning txeo::TensorAgg
 CTensorErrorExceptions concerning txeo::Tensor
 CTensorFuncA utility class for common math functions on tensors
 CTensorFuncErrorExceptions concerning txeo::TensorOp
 CTensorIOThis class is deprecated. Please use class txeo::MatrixIO
 CTensorIOErrorExceptions concerning txeo::TensorIO
 CTensorIterator
 CTensorOpA utility class for performing operations on tensors and vectors
 CTensorOpErrorExceptions concerning txeo::TensorOp
 CTensorPartA utility class for partitioning tensors
 CTensorPartErrorExceptions concerning txeo::Tensor
 CTensorShapeThe shape of a tensor is an ordered collection of dimensions of mathematical vector spaces
 CTensorShapeErrorExceptions concerning txeo::TensorShape
 CTrainerAbstract base class for machine learning trainers
 CTrainerErrorExceptions concerning txeo::OlsGDTrainer
 CVectorA class representing a vector, derived from Tensor
 CVectorErrorExceptions concerning txeo::Vector