Searched refs:mBatchSize (Results 1 – 4 of 4) sorted by relevance
67 private int mBatchSize = 1; field in InferenceInput358 this.mBatchSize = batchSize; in InferenceInput()414 return mBatchSize; in getBatchSize()449 && mBatchSize == that.mBatchSize in equals()462 _hash = 31 * _hash + mBatchSize; in hashCode()473 private int mBatchSize; field in InferenceInput.Builder605 mBatchSize = value; in setBatchSize()653 mBatchSize = 1; in build()658 new InferenceInput(mParams, mData, mBatchSize, mExpectedOutputStructure); in build()
59 private int mBatchSize; field in InferenceInputParcel136 this.mBatchSize = batchSize; in InferenceInputParcel()185 return mBatchSize; in getBatchSize()213 dest.writeInt(mBatchSize); in writeToParcel()248 this.mBatchSize = batchSize; in InferenceInputParcel()
416 private final int mBatchSize; field in ContactsBatcher429 mBatchSize = batchSize; in ContactsBatcher()431 mPendingDiffContactBuilders = new ArrayList<>(mBatchSize); in ContactsBatcher()432 mPendingIndexContacts = new ArrayList<>(mBatchSize); in ContactsBatcher()454 if (mPendingDiffContactBuilders.size() >= mBatchSize) { in add()458 mPendingDiffContactBuilders = new ArrayList<>(mBatchSize); in add()467 if (mPendingIndexContacts.size() >= mBatchSize) { in add()480 mPendingDiffContactBuilders = new ArrayList<>(mBatchSize); in flushAsync()
877 private int mBatchSize; field in KAnonCallerImplTest.KAnonSignAndJoinRunnerTestFlags880 mBatchSize = batchSize; in KAnonSignAndJoinRunnerTestFlags()885 return mBatchSize; in getFledgeKAnonSignBatchSize()