Searched refs:mDelegateType (Results 1 – 1 of 1) sorted by relevance
112 private @Delegate int mDelegateType = DELEGATE_CPU; field in InferenceInput.Params182 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.Builder330 mDelegateType = value; in setDelegateType()363 mDelegateType = DELEGATE_CPU; in build()375 mDelegateType, in build()