nndeploy C++ API  0.2.0
nndeploy C++ API
Public Attributes | List of all members
nndeploy::device::DeviceInfo Struct Reference

设备信息结构体 More...

#include <device.h>

Collaboration diagram for nndeploy::device::DeviceInfo:
[legend]

Public Attributes

base::DeviceType device_type_
 设备类型 More...
 
bool is_support_fp16_ = false
 是否支持半精度浮点数 More...
 

Detailed Description

设备信息结构体

用于描述设备的基本属性信息

Definition at line 28 of file device.h.

Member Data Documentation

◆ device_type_

base::DeviceType nndeploy::device::DeviceInfo::device_type_

设备类型

Definition at line 29 of file device.h.

◆ is_support_fp16_

bool nndeploy::device::DeviceInfo::is_support_fp16_ = false

是否支持半精度浮点数

Definition at line 30 of file device.h.


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