Home
last modified time | relevance | path

Searched refs:DELEGATE_CPU (Results 1 – 4 of 4) sorted by relevance

/packages/modules/OnDevicePersonalization/tests/cts/endtoend/src/com/android/ondevicepersonalization/cts/e2e/
DInferenceInputTest.java126 assertThat(params.getDelegateType()).isEqualTo(InferenceInput.Params.DELEGATE_CPU); in buildParams_success()
138 .setDelegateType(InferenceInput.Params.DELEGATE_CPU) in buildParamsWithSetters()
143 assertThat(params.getDelegateType()).isEqualTo(InferenceInput.Params.DELEGATE_CPU); in buildParamsWithSetters()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DInferenceInput.java95 public static final int DELEGATE_CPU = 1; field in InferenceInput.Params
104 value = {DELEGATE_CPU})
112 private @Delegate int mDelegateType = DELEGATE_CPU;
363 mDelegateType = DELEGATE_CPU; in build()
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DInferenceInputTest.java125 assertThat(params.getDelegateType()).isEqualTo(InferenceInput.Params.DELEGATE_CPU); in buildParams_success()
/packages/modules/OnDevicePersonalization/framework/api/
Dcurrent.txt130 field public static final int DELEGATE_CPU = 1; // 0x1