Searched defs:recurrentToForgetWeightsValue (Results  1 – 3 of 3) sorted by relevance
| /external/android-nn-driver/test/ | 
| D | Lstm.hpp | 96                   const std::vector<float>&   recurrentToForgetWeightsValue,  in LstmTestImpl() 400                            const std::vector<uint8_t>&  recurrentToForgetWeightsValue,  in QuantizedLstmTestImpl() 713 …std::vector<float> recurrentToForgetWeightsValue{-0.48684245f, -0.06655136f,  0.42224967f,  0.2112…  in LstmNoCifgNoPeepholeNoProjection()  local 903 …std::vector<float> recurrentToForgetWeightsValue{-0.13832897f, -0.05151010f, -0.23590070f, -0.1666…  in LstmCifgPeepholeNoProjection()  local 1255     std::vector<float> recurrentToForgetWeightsValue  in LstmNoCifgPeepholeProjection()  local 1813 …std::vector<float> recurrentToForgetWeightsValue{-0.13832897f, -0.05151010f, -0.23590070f, -0.1666…  in LstmCifgPeepholeNoProjectionBatch2()  local 2013     std::vector<float> recurrentToForgetWeightsValue{-0.5, -0.3, -0.5,  in LstmNoCifgPeepholeProjectionNoClippingLayerNorm()  local 2209     std::vector<float> recurrentToForgetWeightsValue{-0.5, -0.3, -0.5,  in LstmCifgPeepholeProjectionNoClippingLayerNorm()  local 2402     std::vector<uint8_t> recurrentToForgetWeightsValue{137, 240, 103, 52, 68, 51, 237, 112,  in QuantizedLstm()  local
  | 
| D | UnidirectionalSequenceLstm.hpp | 97                                         const std::vector<float>& recurrentToForgetWeightsValue,  in UnidirectionalSequenceLstmTestImpl() 417 …std::vector<float> recurrentToForgetWeightsValue{-0.09499983487f, -0.08814888417f, -0.04834804721f…  in UnidirectionalSequenceLstmLayerFloat32TestImpl()  local 622 …std::vector<float> recurrentToForgetWeightsValue{0.11383482068f, 0.1676601767f, -0.08550968004f, 0…  in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl()  local 838 …std::vector<float> recurrentToForgetWeightsValue{-0.057784554f, -0.026057621f, -0.068447545f, -0.0…  in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl()  local 1070 …std::vector<float> recurrentToForgetWeightsValue{-0.09499983487f, -0.08814888417f, -0.04834804721f…  in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()  local 1274 …std::vector<float> recurrentToForgetWeightsValue{-0.09499983487f, -0.08814888417f, -0.04834804721f…  in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl()  local
  | 
| /external/android-nn-driver/test/1.3/ | 
| D | QLstm.cpp | 75                    const std::vector<int8_t>&   recurrentToForgetWeightsValue,  in QLstmTestImpl() 564 …std::vector<int8_t> recurrentToForgetWeightsValue{ -64, -38, -64, -25, 77, 51, 115, 38, -13, 25, 6…  in QLstmWithProjection()  local 715     std::vector<int8_t> recurrentToForgetWeightsValue { -64, -38, -64, -25,  in QLstmWithNoProjection()  local 876     std::vector<int8_t> recurrentToForgetWeightsValue { -64, -38, -64, -25,  in DynamicOutputQLstmWithNoProjection()  local
  |