Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
txeo::DeviceInfo Struct Reference

Bundle of device information. More...

#include <Predictor.h>

Collaboration diagram for txeo::DeviceInfo:
Collaboration graph

Public Attributes

std::string name {}
 Device name.
 
std::string device_type {}
 Device type (CPU or GPU)
 
size_t memory_limit {}
 Memory limit in bytes.
 

Detailed Description

Bundle of device information.

Definition at line 19 of file Predictor.h.

Member Data Documentation

◆ device_type

std::string txeo::DeviceInfo::device_type {}

Device type (CPU or GPU)

Definition at line 30 of file Predictor.h.

30{};

◆ memory_limit

size_t txeo::DeviceInfo::memory_limit {}

Memory limit in bytes.

Definition at line 36 of file Predictor.h.

36{};

◆ name

std::string txeo::DeviceInfo::name {}

Device name.

Definition at line 24 of file Predictor.h.

24{};

The documentation for this struct was generated from the following file: