Searched refs:recurrentToInputWeightsValue (Results 1 – 3 of 3) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 94 const std::vector<float>& recurrentToInputWeightsValue, in LstmTestImpl() argument 177 recurrentToInputWeightsValue, in LstmTestImpl() 398 const std::vector<uint8_t>& recurrentToInputWeightsValue, in QuantizedLstmTestImpl() argument 492 recurrentToInputWeightsValue, in QuantizedLstmTestImpl() 706 …std::vector<float> recurrentToInputWeightsValue{-0.00635350f, -0.20423880f, 0.31454784f, -0.35746… in LstmNoCifgNoPeepholeNoProjection() local 824 recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in LstmNoCifgNoPeepholeNoProjection() 899 std::vector<float> recurrentToInputWeightsValue; in LstmCifgPeepholeNoProjection() local 1014 recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in LstmCifgPeepholeNoProjection() 1169 std::vector<float> recurrentToInputWeightsValue in LstmNoCifgPeepholeProjection() local 1733 recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in LstmNoCifgPeepholeProjection() [all …]
|
D | UnidirectionalSequenceLstm.hpp | 95 const std::vector<float>& recurrentToInputWeightsValue, in UnidirectionalSequenceLstmTestImpl() argument 178 recurrentToInputWeightsValue, in UnidirectionalSequenceLstmTestImpl() 410 …std::vector<float> recurrentToInputWeightsValue{-0.128009796112f, 0.1995525098f, -0.07745539397f, … in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 534 … recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TestImpl() 613 std::vector<float> recurrentToInputWeightsValue{0.23788475990f, -0.24948765337f, 0.50044941902f, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 739 … recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() 827 …std::vector<float> recurrentToInputWeightsValue{-0.001374326f, -0.078856036f, 0.10672688f, 0.02916… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 979 … recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() 1062 …std::vector<float> recurrentToInputWeightsValue{-0.128009796112f, 0.1995525098f, -0.07745539397f, … in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1194 … recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() [all …]
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 73 const std::vector<int8_t>& recurrentToInputWeightsValue, in QLstmTestImpl() argument 200 recurrentToInputWeightsValue, in QLstmTestImpl() 561 …std::vector<int8_t> recurrentToInputWeightsValue{ -25, -38, 51, 13, -64, 115, -25, -38, -89, 6, -2… in QLstmWithProjection() local 642 recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in QLstmWithProjection() 712 std::vector<int8_t> recurrentToInputWeightsValue; in QLstmWithNoProjection() local 802 recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in QLstmWithNoProjection() 873 std::vector<int8_t> recurrentToInputWeightsValue; in DynamicOutputQLstmWithNoProjection() local 963 recurrentToInputWeightsDimensions, recurrentToInputWeightsValue, in DynamicOutputQLstmWithNoProjection()
|