Searched defs:numBatches (Results 1 – 10 of 10) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | QuantizedLSTMTest.cpp | 59 const uint32_t numBatches = inputOperandTypeParams[0].shape[0]; in QuantizedLSTMOpModel() local 239 const int numBatches = input.size(); in VerifyGoldens() local 271 const int numBatches = 2; in TEST_F() local
|
D | RoiPooling.cpp | 64 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in roiPoolingNhwc() local 237 uint32_t numBatches = getSizeOfDimension(input, 0); in prepare() local
|
D | RoiAlign.cpp | 68 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in roiAlignNhwc() local 195 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in roiAlignQuantNhwc() local 392 uint32_t numBatches = getSizeOfDimension(input, 0); in prepare() local
|
D | InstanceNormalization.cpp | 51 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in instanceNormNhwc() local
|
D | GenerateProposals.cpp | 68 uint32_t numBatches = getSizeOfDimension(imageInfoDataShape, 0); in bboxTransformFloat32() local 245 uint32_t numBatches = getSizeOfDimension(imageInfoShape, 0); in prepare() local 962 uint32_t numBatches = getSizeOfDimension(scoresShape, 0); in generateProposalsNhwcFloat32Compute() local 1296 uint32_t numBatches = getSizeOfDimension(scoreShape, 0); in prepare() local 1449 uint32_t numBatches = getSizeOfDimension(scoreShape, 0); in detectionPostprocessFloat32() local 1620 uint32_t numBatches = getSizeOfDimension(scoreShape, 0); in prepare() local
|
D | QuantizedLSTM.cpp | 254 const uint32_t numBatches = SizeOfDimension(input, 0); in prepare() local
|
D | Conv2D.cpp | 361 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in convQuant8PerChannelNhwc() local 454 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in convQuant8PerChannelNhwc() local
|
D | DepthwiseConv2D.cpp | 287 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in depthwiseConvQuant8PerChannelNhwc() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 1028 final int numBatches = batches.size(); in haveBatchesTimeTickAlarm() local 3757 final int numBatches = batches.size(); in recordWakeupAlarms() local
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 3491 const int numBatches = 2; in detectionPostprocessingOpTest() local
|