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
 CDeviceInfoBundle of device information
 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
 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
 CVectorA class representing a vector, derived from Tensor
 CVectorErrorExceptions concerning txeo::Vector