Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DInferenceInput.java112 private @Delegate int mDelegateType = DELEGATE_CPU; field in InferenceInput.Params
182 this.mDelegateType = delegateType; in Params()
183 AnnotationValidations.validate(Delegate.class, null, mDelegateType); in Params()
216 return mDelegateType; in getDelegateType()
253 && mDelegateType == that.mDelegateType in equals()
267 _hash = 31 * _hash + mDelegateType; in hashCode()
280 private @Delegate int mDelegateType; field in InferenceInput.Params.Builder
330 mDelegateType = value; in setDelegateType()
363 mDelegateType = DELEGATE_CPU; in build()
375 mDelegateType, in build()