Searched defs:inputToInputWeightsValue (Results  1 – 3 of 3) sorted by relevance
| /external/android-nn-driver/test/ | 
| D | Lstm.hpp | 86                   const std::vector<float>&   inputToInputWeightsValue,  in LstmTestImpl() 390                            const std::vector<uint8_t>&  inputToInputWeightsValue,  in QuantizedLstmTestImpl() 678     std::vector<float> inputToInputWeightsValue{-0.45018822f, -0.02338299f,  in LstmNoCifgNoPeepholeNoProjection()  local 874     std::vector<float> inputToInputWeightsValue;  in LstmCifgPeepholeNoProjection()  local 1065     std::vector<float> inputToInputWeightsValue  in LstmNoCifgPeepholeProjection()  local 1784     std::vector<float> inputToInputWeightsValue;  in LstmCifgPeepholeNoProjectionBatch2()  local 1978     std::vector<float> inputToInputWeightsValue{ 0.5,  0.6,  0.7, -0.8, -0.9,  in LstmNoCifgPeepholeProjectionNoClippingLayerNorm()  local 2180     std::vector<float> inputToInputWeightsValue;  in LstmCifgPeepholeProjectionNoClippingLayerNorm()  local 2376     std::vector<uint8_t> inputToInputWeightsValue{146, 250, 235, 171, 10, 218, 171, 108};  in QuantizedLstm()  local
  | 
| D | UnidirectionalSequenceLstm.hpp | 87                                         const std::vector<float>& inputToInputWeightsValue,  in UnidirectionalSequenceLstmTestImpl() 382     std::vector<float> inputToInputWeightsValue{-0.49536117f, -0.0556083915f, -0.102400711f,  in UnidirectionalSequenceLstmLayerFloat32TestImpl()  local 585 …std::vector<float> inputToInputWeightsValue{0.27277296781539917f, 0.3813590407371521f, -0.39448904…  in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl()  local 791 …std::vector<float> inputToInputWeightsValue{0.021393683f, 0.06124551f, 0.046905167f, -0.014657677f,  in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl()  local 1030     std::vector<float> inputToInputWeightsValue{-0.49536117f, -0.0556083915f, -0.102400711f,  in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()  local 1245     std::vector<float> inputToInputWeightsValue;  in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl()  local
  | 
| /external/android-nn-driver/test/1.3/ | 
| D | QLstm.cpp | 65                    const std::vector<int8_t>&   inputToInputWeightsValue,  in QLstmTestImpl() 533     std::vector<int8_t> inputToInputWeightsValue{   64,  77,   89, -102,  in QLstmWithProjection()  local 691     std::vector<int8_t> inputToInputWeightsValue;  in QLstmWithNoProjection()  local 852     std::vector<int8_t> inputToInputWeightsValue;  in DynamicOutputQLstmWithNoProjection()  local
  |