Snapdragon Neural Processing Engine SDK
Reference Guide
NeuralNetwork.PerformanceProfile Enum Reference

Public Member Functions

 PerformanceProfile (final int ordinal)
 

Public Attributes

 DEFAULT =(0)
 
 BALANCED =(0)
 
 HIGH_PERFORMANCE =(1)
 
 POWER_SAVER =(2)
 
 SYSTEM_SETTINGS =(3)
 
 SUSTAINED_HIGH_PERFORMANCE =(4)
 
 BURST =(5)
 
 LOW_POWER_SAVER =(6)
 
 HIGH_POWER_SAVER =(7)
 
 LOW_BALANCED =(8)
 

Detailed Description

Defines a performance profile for the runtime.

Constructor & Destructor Documentation

◆ PerformanceProfile()

PerformanceProfile ( final int  ordinal)
inline

Select the performance profile

DEFAULT - request for default performance mode (OS decision)

HIGH_PERFORMANCE - request for high performance mode

Parameters
ordinalperformance profile

Member Data Documentation

◆ BALANCED

BALANCED =(0)

BALANCED

◆ BURST

BURST =(5)

BURST

◆ DEFAULT

DEFAULT =(0)

DEFAULT

◆ HIGH_PERFORMANCE

HIGH_PERFORMANCE =(1)

HIGH_PERFORMANCE

◆ HIGH_POWER_SAVER

HIGH_POWER_SAVER =(7)

HIGH_POWER_SAVER

◆ LOW_BALANCED

LOW_BALANCED =(8)

LOW_BALANCED

◆ LOW_POWER_SAVER

LOW_POWER_SAVER =(6)

LOW_POWER_SAVER

◆ POWER_SAVER

POWER_SAVER =(2)

POWER_SAVER

◆ SUSTAINED_HIGH_PERFORMANCE

SUSTAINED_HIGH_PERFORMANCE =(4)

SUSTAINED_HIGH_PERFORMANCE

◆ SYSTEM_SETTINGS

SYSTEM_SETTINGS =(3)

SYSTEM_SETTINGS


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