Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
Bundle of device information. More...
#include <Predictor.h>
Public Attributes | |
std::string | name {} |
Device name. | |
std::string | device_type {} |
Device type (CPU or GPU) | |
size_t | memory_limit {} |
Memory limit in bytes. | |
Bundle of device information.
Definition at line 19 of file Predictor.h.
std::string txeo::DeviceInfo::device_type {} |
size_t txeo::DeviceInfo::memory_limit {} |
std::string txeo::DeviceInfo::name {} |