Home
last modified time | relevance | path

Searched refs:outputLayerNormWeightsDimensions (Results 1 – 4 of 4) sorted by relevance

/external/android-nn-driver/test/
DUnidirectionalSequenceLstm.hpp137 const hidl_vec<uint32_t>& outputLayerNormWeightsDimensions, in UnidirectionalSequenceLstmTestImpl()
287 outputLayerNormWeightsDimensions, in UnidirectionalSequenceLstmTestImpl()
290 CreateNoValueLifeTime(outputLayerNormWeightsDimensions)); in UnidirectionalSequenceLstmTestImpl()
505 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
557outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TestImpl()
710 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
762outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl()
950 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1002outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl()
1165 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{numUnits}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
[all …]
DLstm.hpp135 const hidl_vec<uint32_t>& outputLayerNormWeightsDimensions, in LstmTestImpl()
291 outputLayerNormWeightsDimensions, in LstmTestImpl()
294 CreateNoValueLifeTime(outputLayerNormWeightsDimensions)); in LstmTestImpl()
796 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{0}; in LstmNoCifgNoPeepholeNoProjection() local
845 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in LstmNoCifgNoPeepholeNoProjection()
986 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{0}; in LstmCifgPeepholeNoProjection() local
1035 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in LstmCifgPeepholeNoProjection()
1683 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{0}; in LstmNoCifgPeepholeProjection() local
1754 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in LstmNoCifgPeepholeProjection()
1896 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{0}; in LstmCifgPeepholeNoProjectionBatch2() local
[all …]
/external/android-nn-driver/test/1.3/
DQLstm.cpp108 const hidl_vec<uint32_t>& outputLayerNormWeightsDimensions, in QLstmTestImpl()
378 outputLayerNormWeightsDimensions, in QLstmTestImpl()
381 CreateNoValueLifeTime(outputLayerNormWeightsDimensions), in QLstmTestImpl()
615 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{numUnits}; in QLstmWithProjection() local
660 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in QLstmWithProjection()
775 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{numUnits}; in QLstmWithNoProjection() local
820 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in QLstmWithNoProjection()
936 hidl_vec<uint32_t> outputLayerNormWeightsDimensions{numUnits}; in DynamicOutputQLstmWithNoProjection() local
981 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in DynamicOutputQLstmWithNoProjection()
/external/armnn/src/armnn/test/
DConstTensorLayerVisitor.cpp2180 std::vector<unsigned int> outputLayerNormWeightsDimensions = {1, 1, 3, 3}; variable
2182 … TensorInfo(4, outputLayerNormWeightsDimensions.data(), DataType::QSymmS16, 0.0f, 0, true),