Searched defs:cellToForgetWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 116 const std::vector<int16_t>& cellToForgetWeightsValue, in QLstmTestImpl() 608 std::vector<int16_t> cellToForgetWeightsValue; in QLstmWithProjection() local 768 std::vector<int16_t> cellToForgetWeightsValue; in QLstmWithNoProjection() local 929 std::vector<int16_t> cellToForgetWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 127 const std::vector<float>& cellToForgetWeightsValue, in LstmTestImpl() 756 std::vector<float> cellToForgetWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 946 … std::vector<float> cellToForgetWeightsValue{0.47485286f, -0.51955009f, -0.24458408f, 0.31544167f}; in LstmCifgPeepholeNoProjection() local 1541 std::vector<float> cellToForgetWeightsValue in LstmNoCifgPeepholeProjection() local 1856 … std::vector<float> cellToForgetWeightsValue{0.47485286f, -0.51955009f, -0.24458408f, 0.31544167f}; in LstmCifgPeepholeNoProjectionBatch2() local 2056 std::vector<float> cellToForgetWeightsValue{-0.02, -0.15, -0.25, -0.03}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2252 std::vector<float> cellToForgetWeightsValue{-0.02, -0.15, -0.25, -0.03}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|