Home
last modified time | relevance | path

Searched defs:inputLayerNormWeightsDimensions (Results 1 – 4 of 4) sorted by relevance

/external/android-nn-driver/test/
DUnidirectionalSequenceLstm.hpp84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in UnidirectionalSequenceLstmTestImpl()
493 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
698 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
938 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1153 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{numUnits}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1350 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
DLstm.hpp83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl()
784 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in LstmNoCifgNoPeepholeNoProjection() local
974 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in LstmCifgPeepholeNoProjection() local
1671 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in LstmNoCifgPeepholeProjection() local
1884 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in LstmCifgPeepholeNoProjectionBatch2() local
2086 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{numUnits}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local
2282 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{numUnits}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
/external/android-nn-driver/test/1.3/
DQLstm.cpp62 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl()
606 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{numUnits}; in QLstmWithProjection() local
766 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in QLstmWithNoProjection() local
927 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in DynamicOutputQLstmWithNoProjection() local
/external/armnn/src/armnn/test/
DConstTensorLayerVisitor.cpp2162 std::vector<unsigned int> inputLayerNormWeightsDimensions = {1, 1, 3, 3}; variable