OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
opennn::Configuration::Resolved Struct Reference

#include <configuration.h>

Public Attributes

Device device = Device::CPU
 
Type training_type = Type::FP32
 
Type inference_type = Type::FP32
 

Member Data Documentation

◆ device

Device opennn::Configuration::Resolved::device = Device::CPU

◆ inference_type

Type opennn::Configuration::Resolved::inference_type = Type::FP32

◆ training_type

Type opennn::Configuration::Resolved::training_type = Type::FP32