Searched defs:inputToInputWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 109 const std::vector<float>& inputToInputWeightsValue, in LstmTestImpl() 411 const std::vector<uint8_t>& inputToInputWeightsValue, in QuantizedLstmTestImpl() 698 std::vector<float> inputToInputWeightsValue{-0.45018822f, -0.02338299f, in LstmNoCifgNoPeepholeNoProjection() local 894 std::vector<float> inputToInputWeightsValue; in LstmCifgPeepholeNoProjection() local 1085 std::vector<float> inputToInputWeightsValue in LstmNoCifgPeepholeProjection() local 1804 std::vector<float> inputToInputWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 1998 std::vector<float> inputToInputWeightsValue{ 0.5, 0.6, 0.7, -0.8, -0.9, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2200 std::vector<float> inputToInputWeightsValue; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2396 std::vector<uint8_t> inputToInputWeightsValue{146, 250, 235, 171, 10, 218, 171, 108}; in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 98 const std::vector<int8_t>& inputToInputWeightsValue, in QLstmTestImpl() 565 std::vector<int8_t> inputToInputWeightsValue{ 64, 77, 89, -102, in QLstmWithProjection() local 723 std::vector<int8_t> inputToInputWeightsValue; in QLstmWithNoProjection() local 884 std::vector<int8_t> inputToInputWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|