Home
last modified time | relevance | path

Searched defs:inputVector (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp46 std::vector<T> inputVector; in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
242 std::vector<T> inputVector; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
431 std::vector<T> inputVector; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
690 const std::vector<float> inputVector = { 1., 2., 3., 4., 5., 4., in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
943 const std::vector<float> inputVector = { 1., 2., 3., 4., 5., 4., in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1183 std::vector<float> inputVector = { 1., 2., 3., 4., 5., 4., in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1358 const std::vector<float> inputVector = { 0.1f, 0.2f, 0.3f, 0.4f, 0.5f, 0.4f, in UnidirectionalSequenceLstmLayerInt8Test() local
1512 const std::vector<float> inputVector = { 0.1f, 0.2f, 0.3f, 0.4f, 0.5f, 0.4f, in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1666 const std::vector<float> inputVector = { 0.1f, 0.2f, 0.3f, 0.4f, 0.5f, 0.4f, in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1846 const std::vector<float> inputVector = { 1., 8., 3., 4., 5., 4., in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp172 std::vector<T> inputVector; in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
368 std::vector<T> inputVector; in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1275 std::vector<float> inputVector; in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1535 std::vector<uint8_t> inputVector; in QuantizedLstmTestImpl() local
1749 std::vector<int8_t> inputVector; in QLstmTestImpl() local
1987 std::vector<int8_t> inputVector; in QLstmTestImpl1() local
2252 std::vector<int8_t> inputVector; in QLstmTestImpl2() local
/aosp_15_r20/frameworks/rs/toolkit/test/
H A DReferenceConvolve.kt62 val inputVector = inputAlloc[x + deltaX, y + deltaY] in convolveOne() constant
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
H A DReferenceConvolve.kt62 val inputVector = inputAlloc[x + deltaX, y + deltaY] in convolveOne() constant
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
H A DGpsMathOperations.java31 public static double vectorNorm(double[] inputVector) { in vectorNorm()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp202 const std::vector<int8_t> inputVector = {90, 102, 13, 26, 38, 102, 13, 26, 51, 64}; in QLstmEndToEnd() local
H A DQuantizedLstmEndToEndTestImpl.cpp183 std::vector<uint8_t> inputVector = {166, 179, 50, 150}; in QuantizedLstmEndToEnd() local
/aosp_15_r20/external/libchrome/base/android/
H A Djni_array_unittest.cc27 std::vector<uint8_t> inputVector(kBytes, kBytes + kLen); in TEST() local
/aosp_15_r20/external/cronet/base/android/
H A Djni_array_unittest.cc44 std::vector<uint8_t> inputVector(kBytes, kBytes + kLen); in TEST() local