Snapdragon Neural Processing Engine SDK
Reference Guide
PlatformValidatorUtil.Runtime Enum Reference

Public Member Functions

 Runtime (final int ordinal)
 

Public Attributes

 CPU =(0)
 
 GPU =(1)
 
 DSP =(2)
 
 GPU_FLOAT16 =(3)
 
 AIP =(5)
 

Detailed Description

Target runtime where neural network can be executed.

Constructor & Destructor Documentation

◆ Runtime()

Runtime ( final int  ordinal)
inline

Select the runtime - CPU, GPU, DSP, GPU_FLOAT16, or AIP

Parameters
ordinalruntime value

Member Data Documentation

◆ AIP

AIP =(5)

AIP

◆ CPU

CPU =(0)

CPU

◆ DSP

DSP =(2)

DSP with both data storage and math in 8bit tensorflow style fixed point

◆ GPU

GPU =(1)

GPU with 16 bit data storage and 32 bit math

◆ GPU_FLOAT16

GPU_FLOAT16 =(3)

GPU with 16 bit data storage and 16 bit math


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