Searched defs:batches (Results 1 – 25 of 26) sorted by relevance
12
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | rnn_state.mod.py | 17 batches = 2 variable
|
D | svdf_state.mod.py | 17 batches = 2 variable
|
D | rnn.mod.py | 17 batches = 2 variable
|
D | svdf_bias_present.mod.py | 17 batches = 2 variable
|
D | svdf2.mod.py | 17 batches = 2 variable
|
D | svdf.mod.py | 17 batches = 2 variable
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | rnn_state_relaxed.mod.py | 17 batches = 2 variable
|
D | svdf_state_relaxed.mod.py | 17 batches = 2 variable
|
D | rnn_relaxed.mod.py | 17 batches = 2 variable
|
D | svdf2_relaxed.mod.py | 17 batches = 2 variable
|
D | svdf_relaxed.mod.py | 17 batches = 2 variable
|
D | svdf_bias_present_relaxed.mod.py | 17 batches = 2 variable
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | svdf_state_float16.mod.py | 17 batches = 2 variable
|
D | rnn_float16.mod.py | 17 batches = 2 variable
|
D | svdf_float16.mod.py | 17 batches = 2 variable
|
D | svdf_bias_present_float16.mod.py | 17 batches = 2 variable
|
/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
D | MutationApplier.java | 104 Iterable<List<Long>> batches = Iterables.partition(mutations.getDeletes(), 999); in applyToDatabaseInternal() local
|
/packages/modules/NeuralNetworks/common/ |
D | OperationsUtils.cpp | 424 uint32_t batches = getSizeOfDimension(input, 0); in depthToSpacePrepare() local 443 uint32_t batches = getSizeOfDimension(input, 0); in spaceToDepthPrepare() local 538 uint32_t batches = getSizeOfDimension(input, 0); in batchToSpacePrepare() local 571 uint32_t batches = getSizeOfDimension(input, 0); in spaceToBatchPrepare() local 737 uint32_t batches = getSizeOfDimension(input, 0); in groupedConvPrepare() local
|
/packages/modules/NeuralNetworks/common/operations/ |
D | RNNTest.cpp | 134 BasicRNNOpModel(uint32_t batches, uint32_t units, uint32_t size) in BasicRNNOpModel()
|
D | SVDFTest.cpp | 168 SVDFOpModel(uint32_t batches, uint32_t units, uint32_t input_size, uint32_t memory_size, in SVDFOpModel()
|
D | ResizeImageOps.cpp | 241 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | Pooling.cpp | 369 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | TransposeConv2D.cpp | 512 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | DepthwiseConv2D.cpp | 545 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/ |
D | SystemCallLogDataSource.java | 486 Iterable<List<Long>> batches = Iterables.partition(matchingIds, 999); in getIdsFromSystemCallLogThatMatch() local
|
12