Searched refs:mRecommendedNumThreads (Results 1 – 1 of 1) sorted by relevance
139 private @IntRange(from = 1) int mRecommendedNumThreads = 1; field in InferenceInput.Params186 this.mRecommendedNumThreads = recommendedNumThreads; in Params()187 AnnotationValidations.validate(IntRange.class, null, mRecommendedNumThreads, "from", 1); in Params()235 return mRecommendedNumThreads; in getRecommendedNumThreads()255 && mRecommendedNumThreads == that.mRecommendedNumThreads; in equals()269 _hash = 31 * _hash + mRecommendedNumThreads; in hashCode()282 private @IntRange(from = 1) int mRecommendedNumThreads; field in InferenceInput.Params.Builder354 mRecommendedNumThreads = value; in setRecommendedNumThreads()369 mRecommendedNumThreads = 1; in build()377 mRecommendedNumThreads); in build()