Home
last modified time | relevance | path

Searched defs:batchSize (Results 1 – 16 of 16) sorted by relevance

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerImplTest.java111 int batchSize = 5; in testBatcher_noFlushBeforeReachingLimit() local
125 int batchSize = 5; in testBatcher_autoFlush() local
144 int batchSize = 2; in testBatcher_contactFingerprintSame_notIndexed() local
168 int batchSize = 2; in testBatcher_contactFingerprintDifferent_notIndexedButBatched() local
198 int batchSize = 2; in testBatcher_contactFingerprintDifferent_Indexed() local
247 int batchSize = 2; in testBatcher_contactFingerprintDifferent_IndexedWithOriginalCreationTimestamp() local
311 int batchSize = 2; in testBatcher_contactNew_notIndexedButBatched() local
336 int batchSize = 2; in testBatcher_contactNew_indexed() local
372 int batchSize = 5; in testBatcher_batchedContactClearedAfterFlush() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceRNN.cpp85 const uint32_t batchSize = getSizeOfDimension(inputShape, 1); in executeTyped() local
127 const uint32_t batchSize = in prepare() local
DBidirectionalSequenceRNN.cpp189 const uint32_t batchSize = getSizeOfDimension(inputShape, 1); in executeTyped() local
326 const uint32_t batchSize = in prepare() local
DQLSTM.cpp67 const uint32_t batchSize = getSizeOfDimension(inputShape, 0); in prepare() local
276 const uint32_t batchSize = inputShape.dimensions[0]; in execute() local
DUnidirectionalSequenceLSTM.cpp96 const uint32_t batchSize = getSizeOfDimension(inputShape, isTimeMajor(context) ? 1 : 0); in prepare() local
DResizeImageOps.cpp63 const int batchSize = getSizeOfDimension(inputShape, 0); in resizeNearestNeighbor() local
DLSTM.cpp439 const uint32_t batchSize = (inputRank == 3) ? getSizeOfDimension(input_shape, timeMajor ? 1 : 0) in LSTMEvalFloat32() local
559 const uint32_t batchSize = (inputRank == 3) ? getSizeOfDimension(input_shape, timeMajor ? 1 : 0) in LSTMEvalFloat16() local
DGenerateProposals.cpp861 uint32_t batchSize = height * width * numAnchors; in generateProposalsNhwcFloat32Compute() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DBatchingNamedTaskExecutor.java64 public void executeNextBatch(int batchSize) { in executeNextBatch()
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
DPeriodicProvisioner.java171 int batchSize = min(keysToProvision, SAFE_CSR_BATCH_SIZE); in batchProvision() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java85 int batchSize = mOppManager.getBatchSize(); in onReceive() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerImpl.java355 ContactsBatcher(@NonNull AppSearchHelper appSearchHelper, int batchSize) { in ContactsBatcher()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1286 final int batchSize = MAX_CONTACTS_PROVIDER_BATCH_SIZE; in splitContact() local
1331 final int batchSize = MAX_CONTACTS_PROVIDER_BATCH_SIZE; in buildSplitTwoContacts() local
1434 final int batchSize = MAX_CONTACTS_PROVIDER_BATCH_SIZE; in joinSeveralContacts() local
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java458 int batchSize = (int) Math.max(1, mBackendKnobsFlags.epgFetcherChannelsPerProgramFetch()); in batchFetchEpg() local
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java275 final boolean verifySpaceAvailable(long batchSize) { in verifySpaceAvailable()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp3963 const uint32_t batchSize = 2; in bidirectionlSequenceRNNTest() local
4039 const uint32_t batchSize = 2; in unidirectionlSequenceRNNTest() local
4105 const uint32_t batchSize = 3; in unidirectionalSequenceLSTMTest() local