Bolt
AffinityType.java
Go to the documentation of this file.
1 
21 package com.huawei.noah;
22 
24 public enum AffinityType {
27  GPU
28 }
CPU_HIGH_PERFORMANCE
performance is high priority(use CPU big core)
CPU_LOW_POWER
power is high priority(use CPU small core)
use GPU
Definition: bolt.h:38