Searched defs:batches (Results 1 – 25 of 25) sorted by relevance
/frameworks/ml/nn/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
|
/frameworks/ml/nn/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
|
/frameworks/ml/nn/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
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 426 uint32_t batches = getSizeOfDimension(input, 0); in depthToSpacePrepare() local 445 uint32_t batches = getSizeOfDimension(input, 0); in spaceToDepthPrepare() local 540 uint32_t batches = getSizeOfDimension(input, 0); in batchToSpacePrepare() local 573 uint32_t batches = getSizeOfDimension(input, 0); in spaceToBatchPrepare() local 739 uint32_t batches = getSizeOfDimension(input, 0); in groupedConvPrepare() local
|
/frameworks/ml/nn/common/operations/ |
D | RNNTest.cpp | 133 BasicRNNOpModel(uint32_t batches, uint32_t units, uint32_t size) in BasicRNNOpModel()
|
D | SVDFTest.cpp | 166 SVDFOpModel(uint32_t batches, uint32_t units, uint32_t input_size, uint32_t memory_size, in SVDFOpModel()
|
D | ResizeImageOps.cpp | 235 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | Pooling.cpp | 364 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | TransposeConv2D.cpp | 507 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | DepthwiseConv2D.cpp | 537 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | Conv2D.cpp | 653 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 1004 static int getAlarmCount(ArrayList<Batch> batches) { in getAlarmCount() 1027 boolean haveBatchesTimeTickAlarm(ArrayList<Batch> batches) { in haveBatchesTimeTickAlarm() 3756 void recordWakeupAlarms(ArrayList<Batch> batches, long nowELAPSED, long nowRTC) { in recordWakeupAlarms()
|