Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
types.h File Reference
#include <string>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  txeo::DeviceInfo
 Bundle of device information. More...
 

Namespaces

namespace  txeo
 

Enumerations

enum class  txeo::NormalizationType { txeo::MIN_MAX , txeo::Z_SCORE }
 Normalization types to be used in normalization functions. More...
 
enum class  txeo::LossFunc { txeo::MSE , txeo::MAE , txeo::MSLE , txeo::LCHE }
 Types of loss functions. More...