Searched defs:inputToOutputWeightsValue (Results  1 – 3 of 3) sorted by relevance
| /external/android-nn-driver/test/ | 
| D | Lstm.hpp | 92                   const std::vector<float>&   inputToOutputWeightsValue,  in LstmTestImpl() 396                            const std::vector<uint8_t>&  inputToOutputWeightsValue,  in QuantizedLstmTestImpl() 698     std::vector<float> inputToOutputWeightsValue{-0.25065863f, -0.28290087f,  in LstmNoCifgNoPeepholeNoProjection()  local 891     std::vector<float> inputToOutputWeightsValue{ 0.10725588f, -0.02335852f,  in LstmCifgPeepholeNoProjection()  local 1142     std::vector<float> inputToOutputWeightsValue  in LstmNoCifgPeepholeProjection()  local 1801     std::vector<float> inputToOutputWeightsValue{ 0.10725588f, -0.02335852f,  in LstmCifgPeepholeNoProjectionBatch2()  local 1998     std::vector<float> inputToOutputWeightsValue{-0.8, -0.4, -0.2, -0.9, -0.1,  in LstmNoCifgPeepholeProjectionNoClippingLayerNorm()  local 2197     std::vector<float> inputToOutputWeightsValue{-0.8, -0.4, -0.2, -0.9, -0.1,  in LstmCifgPeepholeProjectionNoClippingLayerNorm()  local 2391     std::vector<uint8_t> inputToOutputWeightsValue{195, 187, 11, 99, 109, 10, 218, 48};  in QuantizedLstm()  local
  | 
| D | UnidirectionalSequenceLstm.hpp | 93                                         const std::vector<float>& inputToOutputWeightsValue,  in UnidirectionalSequenceLstmTestImpl() 402     std::vector<float> inputToOutputWeightsValue{0.2303854227f, 0.5218806862f, -0.4865379333f,  in UnidirectionalSequenceLstmLayerFloat32TestImpl()  local 605 …std::vector<float> inputToOutputWeightsValue{-0.04584759473800659f, -0.2716066539287567f, 0.012970…  in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl()  local 817 …std::vector<float> inputToOutputWeightsValue{-0.0998932f, -0.07201956f, -0.052803773f, -0.15629593…  in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl()  local 1053     std::vector<float> inputToOutputWeightsValue{0.2303854227f, 0.5218806862f, -0.4865379333f,  in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()  local 1262     std::vector<float> inputToOutputWeightsValue{0.2303854227f, 0.5218806862f, -0.4865379333f,  in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl()  local
  | 
| /external/android-nn-driver/test/1.3/ | 
| D | QLstm.cpp | 71                    const std::vector<int8_t>&   inputToOutputWeightsValue,  in QLstmTestImpl() 554     std::vector<int8_t> inputToOutputWeightsValue{ -102, -51, -25, -115,  in QLstmWithProjection()  local 706     std::vector<int8_t> inputToOutputWeightsValue { -102, -51, -25, -115, -13,  in QLstmWithNoProjection()  local 867     std::vector<int8_t> inputToOutputWeightsValue { -102, -51, -25, -115, -13,  in DynamicOutputQLstmWithNoProjection()  local
  |