Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DInferenceInput.java93 public static final int DELEGATE_CPU = 1; field in InferenceInput.Params
102 value = {DELEGATE_CPU})
110 private @Delegate int mDelegateType = DELEGATE_CPU;
331 mDelegateType = DELEGATE_CPU; in build()
/packages/modules/OnDevicePersonalization/tests/cts/endtoend/src/com/android/ondevicepersonalization/cts/e2e/
DInferenceInputTest.java135 assertThat(params.getDelegateType()).isEqualTo(InferenceInput.Params.DELEGATE_CPU); in buildParams_success()
147 .setDelegateType(InferenceInput.Params.DELEGATE_CPU) in buildParamsWithSetters()
152 assertThat(params.getDelegateType()).isEqualTo(InferenceInput.Params.DELEGATE_CPU); in buildParamsWithSetters()
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DInferenceInputTest.java130 assertThat(params.getDelegateType()).isEqualTo(InferenceInput.Params.DELEGATE_CPU); in buildParams_success()
/packages/modules/OnDevicePersonalization/framework/api/
Dcurrent.txt180 field public static final int DELEGATE_CPU = 1; // 0x1