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 | svdf_relaxed.mod.py | 17 batches = 2 variable
|
D | svdf_bias_present_relaxed.mod.py | 17 batches = 2 variable
|
D | svdf2_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 | 377 uint32_t batches = getSizeOfDimension(input, 0); in depthwiseConvPrepare() local 452 uint32_t batches = getSizeOfDimension(input, 0); in depthToSpacePrepare() local 475 uint32_t batches = getSizeOfDimension(input, 0); in spaceToDepthPrepare() local 585 uint32_t batches = getSizeOfDimension(input, 0); in batchToSpacePrepare() local 623 uint32_t batches = getSizeOfDimension(input, 0); in spaceToBatchPrepare() local 894 uint32_t batches = getSizeOfDimension(input, 0); in groupedConvPrepare() local
|
/frameworks/ml/nn/common/operations/ |
D | ResizeImageOps.cpp | 152 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | RNNTest.cpp | 152 BasicRNNOpModel(uint32_t batches, uint32_t units, uint32_t size) in BasicRNNOpModel()
|
D | SVDFTest.cpp | 186 SVDFOpModel(uint32_t batches, uint32_t units, uint32_t input_size, in SVDFOpModel()
|
D | Pooling.cpp | 309 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | TransposeConv2D.cpp | 487 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
D | Conv2D.cpp | 511 uint32_t batches = getSizeOfDimension(input, 0); in prepare() local
|
/frameworks/ml/nn/runtime/test/generated/models/ |
D | bbox_graph.model.cpp | 35 auto batches = model->addOperand(&type7); in CreateModel_zero_sized() local 164 auto batches = model->addOperand(&type7); in CreateModel_zero_sized_relaxed() local 295 auto batches = model->addOperand(&type7); in CreateModel_zero_sized_float16() local 425 auto batches = model->addOperand(&type7); in CreateModel_zero_sized_quant8() local 555 auto batches = model->addOperand(&type7); in CreateModel_zero_sized_dynamic_output_shape() local 685 auto batches = model->addOperand(&type7); in CreateModel_zero_sized_dynamic_output_shape_relaxed() local 817 auto batches = model->addOperand(&type7); in CreateModel_zero_sized_dynamic_output_shape_float16() local 948 auto batches = model->addOperand(&type7); in CreateModel_zero_sized_dynamic_output_shape_quant8() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 1005 static int getAlarmCount(ArrayList<Batch> batches) { in getAlarmCount() 1028 boolean haveBatchesTimeTickAlarm(ArrayList<Batch> batches) { in haveBatchesTimeTickAlarm() 3759 void recordWakeupAlarms(ArrayList<Batch> batches, long nowELAPSED, long nowRTC) { in recordWakeupAlarms()
|