Skip to main content

Device Struct

Device descriptor: type + numeric ID (for multi-device boards). More...

Declaration

struct simaai::neat::Device { ... }

Included Headers

#include <TensorCore.h>

Public Member Attributes Index

DeviceTypetype = DeviceType::CPU

Which processor this device refers to. More...

intid = 0

Numeric ID disambiguating multiple devices of the same type. More...

Description

Device descriptor: type + numeric ID (for multi-device boards).

Definition at line 66 of file TensorCore.h.

Public Member Attributes

id

int simaai::neat::Device::id = 0

Numeric ID disambiguating multiple devices of the same type.

Definition at line 68 of file TensorCore.h.

68 int id = 0;

type

DeviceType simaai::neat::Device::type = DeviceType::CPU

Which processor this device refers to.

Definition at line 67 of file TensorCore.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.