Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
#include <string>
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... | |