Searched defs:inputToOutputWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 115 const std::vector<float>& inputToOutputWeightsValue, in LstmTestImpl() 417 const std::vector<uint8_t>& inputToOutputWeightsValue, in QuantizedLstmTestImpl() 718 std::vector<float> inputToOutputWeightsValue{-0.25065863f, -0.28290087f, in LstmNoCifgNoPeepholeNoProjection() local 911 std::vector<float> inputToOutputWeightsValue{ 0.10725588f, -0.02335852f, in LstmCifgPeepholeNoProjection() local 1162 std::vector<float> inputToOutputWeightsValue in LstmNoCifgPeepholeProjection() local 1821 std::vector<float> inputToOutputWeightsValue{ 0.10725588f, -0.02335852f, in LstmCifgPeepholeNoProjectionBatch2() local 2018 std::vector<float> inputToOutputWeightsValue{-0.8, -0.4, -0.2, -0.9, -0.1, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2217 std::vector<float> inputToOutputWeightsValue{-0.8, -0.4, -0.2, -0.9, -0.1, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2411 std::vector<uint8_t> inputToOutputWeightsValue{195, 187, 11, 99, 109, 10, 218, 48}; in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 104 const std::vector<int8_t>& inputToOutputWeightsValue, in QLstmTestImpl() 586 std::vector<int8_t> inputToOutputWeightsValue{ -102, -51, -25, -115, in QLstmWithProjection() local 738 std::vector<int8_t> inputToOutputWeightsValue { -102, -51, -25, -115, -13, in QLstmWithNoProjection() local 899 std::vector<int8_t> inputToOutputWeightsValue { -102, -51, -25, -115, -13, in DynamicOutputQLstmWithNoProjection() local
|