Searched defs:cellToOutputWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 118 const std::vector<int16_t>& cellToOutputWeightsValue, in QLstmTestImpl() 611 std::vector<int16_t> cellToOutputWeightsValue; in QLstmWithProjection() local 771 std::vector<int16_t> cellToOutputWeightsValue; in QLstmWithNoProjection() local 932 std::vector<int16_t> cellToOutputWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 129 const std::vector<float>& cellToOutputWeightsValue, in LstmTestImpl() 759 std::vector<float> cellToOutputWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 949 … std::vector<float> cellToOutputWeightsValue{-0.17135078f, 0.82760304f, 0.85573703f, -0.77109635f}; in LstmCifgPeepholeNoProjection() local 1550 std::vector<float> cellToOutputWeightsValue in LstmNoCifgPeepholeProjection() local 1859 … std::vector<float> cellToOutputWeightsValue{-0.17135078f, 0.82760304f, 0.85573703f, -0.77109635f}; in LstmCifgPeepholeNoProjectionBatch2() local 2059 std::vector<float> cellToOutputWeightsValue{0.1, -0.1, -0.5, 0.05}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2255 std::vector<float> cellToOutputWeightsValue{0.1, -0.1, -0.5, 0.05}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|