/external/armnn/tests/ImageTensorGenerator/ |
D | ImageTensorGenerator.hpp | 95 unsigned int batchSize, in PrepareImageTensor() 132 unsigned int batchSize, in PrepareImageTensor() 152 unsigned int batchSize, in PrepareImageTensor()
|
D | ImageTensorGenerator.cpp | 300 const unsigned int batchSize = 1; in main() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/flow/ |
D | StateFlowCommonStressTest.kt | 21 val batchSize = Random.nextInt(1..1000) in <lambda>() constant
|
/external/armnn/src/backends/backendsCommon/test/layerTests/ |
D | DivisionTestImpl.cpp | 28 const unsigned int batchSize = 2u; in DivisionByZeroTest() local 70 const unsigned int batchSize = 2u; in DivisionTest() local 176 const unsigned int batchSize = 2u; in DivisionFloat16Test() local 284 const unsigned int batchSize = 2u; in DivisionUint8Test() local 491 const unsigned int batchSize = 2u; in DivisionInt32Test() local
|
D | MultiplicationTestImpl.cpp | 27 const unsigned int batchSize = 2u; in MultiplicationTest() local 68 const unsigned int batchSize = 2u;; in Multiplication5dTest() local 200 constexpr unsigned int batchSize = 1u; in MultiplicationUint8Test() local 536 const unsigned int batchSize = 5; in CompareMultiplicationTest() local
|
D | AdditionTestImpl.cpp | 27 unsigned int batchSize = 2u; in AdditionTest() local 98 unsigned int batchSize = 2u; in Addition5dTest() local 649 unsigned int batchSize = 4; in CompareAdditionTest() local
|
D | MaximumTestImpl.cpp | 28 const unsigned int batchSize = 2u; in MaximumSimpleTest() local 132 const unsigned int batchSize = 2u; in MaximumFloat16Test() local
|
D | LstmTestImpl.cpp | 148 unsigned int batchSize = armnn::numeric_cast<unsigned int>(input.shape()[0]); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local 352 unsigned int batchSize = 2; in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1073 unsigned int batchSize = armnn::numeric_cast<unsigned int>(input.shape()[0]); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local 1295 unsigned int batchSize = 2; in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 2529 uint32_t batchSize = 2; in LstmUtilsMeanStddevNormalizationNoneZeroInputTest() local 2546 uint32_t batchSize = 2; in LstmUtilsMeanStddevNormalizationAllZeroInputTest() local 2563 uint32_t batchSize = 2; in LstmUtilsMeanStddevNormalizationMixedZeroInputTest() local 2580 uint32_t batchSize = 4; in LstmUtilsVectorBatchVectorCwiseProductTest() local 2640 uint32_t batchSize = 2; in LstmUtilsVectorBatchVectorAddTest() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
D | ConcurrentWeakMapOperationStressTest.kt | 20 private val batchSize = 1000 in <lambda>() constant in kotlinx.coroutines.internal.ConcurrentWeakMapOperationStressTest
|
D | LockFreeTaskQueueStressTest.kt | 30 private val batchSize = 100 in <lambda>() constant
|
/external/armnn/src/backends/reference/workloads/ |
D | RefNormalizationWorkload.cpp | 34 const unsigned int batchSize = tensorShape[0]; in NormalizeWithinUingLbr() local 103 const unsigned int batchSize = tensorShape[0]; in NormalizeAcrossUingLbr() local
|
D | Resize.cpp | 81 const unsigned int batchSize = inputInfo.GetShape()[0]; in Resize() local
|
D | ConvImpl.cpp | 102 const unsigned int batchSize = rOutputShape[0]; in Convolve() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/ |
D | ShareInBufferTest.kt | 25 val batchSize = capacity + 1 in <lambda>() constant
|
/external/android-nn-driver/1.0/ |
D | FullyConnected.hpp | 23 unsigned int batchSize = totalInputElements / inputSize; in FlattenFullyConnectedInput() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | StateFlowStressTest.kt | 30 val batchSize = Random.nextInt(1..1000) in <lambda>() constant
|
/external/icing/java/src/com/google/android/icing/ |
D | BreakIteratorBatcher.java | 70 public int[] next(int batchSize) { in next()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
D | BufferTest.kt | 27 val batchSize = capacity + 2 in <lambda>() constant
|
/external/armnn/src/backends/backendsCommon/test/ |
D | ActivationFixture.hpp | 41 unsigned int batchSize = 5; member
|
/external/libopus/silk/ |
D | resampler_structs.h | 46 opus_int batchSize; member
|
/external/armnn/tests/ |
D | ImagePreprocessor.hpp | 40 unsigned int batchSize=1)
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 684 uint32_t batchSize = 1; in LstmNoCifgNoPeepholeNoProjection() local 880 uint32_t batchSize = 1; in LstmCifgPeepholeNoProjection() local 1070 uint32_t batchSize = 2; in LstmNoCifgPeepholeProjection() local 1790 uint32_t batchSize = 2; in LstmCifgPeepholeNoProjectionBatch2() local 1983 uint32_t batchSize = 2; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2185 uint32_t batchSize = 2; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2382 uint32_t batchSize = 2; in QuantizedLstm() local
|
/external/armnn/src/armnn/layers/ |
D | QLstmLayer.cpp | 158 unsigned int batchSize = inputShapes[0][0]; in InferOutputShapes() local
|
D | LstmLayer.cpp | 155 unsigned int batchSize = inputShapes[0][0]; in InferOutputShapes() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 555 uint32_t batchSize = 2; in QLstmWithProjection() local 713 uint32_t batchSize = 2; in QLstmWithNoProjection() local 874 uint32_t batchSize = 2; in DynamicOutputQLstmWithNoProjection() local
|