Searched defs:numBatches (Results 1 – 9 of 9) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | QuantizedLSTMTest.cpp | 60 const uint32_t numBatches = inputOperandTypeParams[0].shape[0]; in QuantizedLSTMOpModel() local 240 const int numBatches = input.size(); in VerifyGoldens() local 272 const int numBatches = 2; in TEST_F() local
|
D | RoiPooling.cpp | 65 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in roiPoolingNhwc() local 238 uint32_t numBatches = getSizeOfDimension(input, 0); in prepare() local
|
D | RoiAlign.cpp | 70 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in roiAlignNhwc() local 197 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in roiAlignQuantNhwc() local 395 uint32_t numBatches = getSizeOfDimension(input, 0); in prepare() local
|
D | InstanceNormalization.cpp | 52 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in instanceNormNhwc() local
|
D | GenerateProposals.cpp | 69 uint32_t numBatches = getSizeOfDimension(imageInfoDataShape, 0); in bboxTransformFloat32() local 246 uint32_t numBatches = getSizeOfDimension(imageInfoShape, 0); in prepare() local 969 uint32_t numBatches = getSizeOfDimension(scoresShape, 0); in generateProposalsNhwcFloat32Compute() local 1305 uint32_t numBatches = getSizeOfDimension(scoreShape, 0); in prepare() local 1460 uint32_t numBatches = getSizeOfDimension(scoreShape, 0); in detectionPostprocessFloat32() local 1633 uint32_t numBatches = getSizeOfDimension(scoreShape, 0); in prepare() local
|
D | QuantizedLSTM.cpp | 251 const uint32_t numBatches = SizeOfDimension(input, 0); in prepare() local
|
D | Conv2D.cpp | 362 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in convQuant8PerChannelNhwc() local 455 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in convQuant8PerChannelNhwc() local
|
D | DepthwiseConv2D.cpp | 289 uint32_t numBatches = getSizeOfDimension(inputShape, 0); in depthwiseConvQuant8PerChannelNhwc() local
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 3490 const int numBatches = 2; in detectionPostprocessingOpTest() local
|