Searched defs:inputToCellWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 113 const std::vector<float>& inputToCellWeightsValue, in LstmTestImpl() 415 const std::vector<uint8_t>& inputToCellWeightsValue, in QuantizedLstmTestImpl() 711 std::vector<float> inputToCellWeightsValue{-0.50013041f, 0.13702840f, in LstmNoCifgNoPeepholeNoProjection() local 904 std::vector<float> inputToCellWeightsValue{-0.49770179f, -0.27711356f, in LstmCifgPeepholeNoProjection() local 1136 std::vector<float> inputToCellWeightsValue in LstmNoCifgPeepholeProjection() local 1814 std::vector<float> inputToCellWeightsValue{-0.49770179f, -0.27711356f, in LstmCifgPeepholeNoProjectionBatch2() local 2011 std::vector<float> inputToCellWeightsValue{-0.4, -0.3, -0.2, -0.1, -0.5, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2210 std::vector<float> inputToCellWeightsValue{-0.4, -0.3, -0.2, -0.1, -0.5, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2406 std::vector<uint8_t> inputToCellWeightsValue{133, 34, 29, 49, 206, 109, 54, 183}; in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 102 const std::vector<int8_t>& inputToCellWeightsValue, in QLstmTestImpl() 579 std::vector<int8_t> inputToCellWeightsValue{ -51, -38, -25, -13, in QLstmWithProjection() local 732 std::vector<int8_t> inputToCellWeightsValue { -51, -38, -25, -13, -64, in QLstmWithNoProjection() local 893 std::vector<int8_t> inputToCellWeightsValue { -51, -38, -25, -13, -64, in DynamicOutputQLstmWithNoProjection() local
|