Home
last modified time | relevance | path

Searched defs:batches (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Drnn_state.mod.py17 batches = 2 variable
Dsvdf_state.mod.py17 batches = 2 variable
Drnn.mod.py17 batches = 2 variable
Dsvdf.mod.py17 batches = 2 variable
Dsvdf_bias_present.mod.py17 batches = 2 variable
Dsvdf2.mod.py17 batches = 2 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Drnn_state_relaxed.mod.py17 batches = 2 variable
Dsvdf_state_relaxed.mod.py17 batches = 2 variable
Drnn_relaxed.mod.py17 batches = 2 variable
Dsvdf_relaxed.mod.py17 batches = 2 variable
Dsvdf_bias_present_relaxed.mod.py17 batches = 2 variable
Dsvdf2_relaxed.mod.py17 batches = 2 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dsvdf_state_float16.mod.py17 batches = 2 variable
Drnn_float16.mod.py17 batches = 2 variable
Dsvdf_bias_present_float16.mod.py17 batches = 2 variable
Dsvdf_float16.mod.py17 batches = 2 variable
/packages/apps/Dialer/java/com/android/dialer/calllog/database/
DMutationApplier.java104 Iterable<List<Long>> batches = Iterables.partition(mutations.getDeletes(), 999); in applyToDatabaseInternal() local
/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp333 uint32_t batches = getSizeOfDimension(input, 0); in depthToSpacePrepare() local
352 uint32_t batches = getSizeOfDimension(input, 0); in spaceToDepthPrepare() local
447 uint32_t batches = getSizeOfDimension(input, 0); in batchToSpacePrepare() local
480 uint32_t batches = getSizeOfDimension(input, 0); in spaceToBatchPrepare() local
646 uint32_t batches = getSizeOfDimension(input, 0); in groupedConvPrepare() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DRNNTest.cpp134 BasicRNNOpModel(uint32_t batches, uint32_t units, uint32_t size) in BasicRNNOpModel()
DResizeImageOps.cpp180 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
DSVDFTest.cpp168 SVDFOpModel(uint32_t batches, uint32_t units, uint32_t input_size, uint32_t memory_size, in SVDFOpModel()
DPooling.cpp305 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DApplicationQosPolicyRequestHandlerTest.java148 List<List<QosPolicyParams>> batches = mDut.divideRequestIntoBatches(policyList); in addPoliciesToTable() local
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
DSystemCallLogDataSource.java486 Iterable<List<Long>> batches = Iterables.partition(matchingIds, 999); in getIdsFromSystemCallLogThatMatch() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DApplicationQosPolicyRequestHandler.java471 List<List<T>> batches = new ArrayList<>(); in divideRequestIntoBatches() local

12