Searched defs:inputGateBiasValue (Results  1 – 3 of 3) sorted by relevance
| /external/android-nn-driver/test/ | 
| D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>&   inputDimensions,  in LstmTestImpl() 406                            const std::vector<int32_t>&  inputGateBiasValue,  in QuantizedLstmTestImpl() 742     std::vector<float> inputGateBiasValue(numUnits, 0.0f);  in LstmNoCifgNoPeepholeNoProjection()  local 932     std::vector<float> inputGateBiasValue;  in LstmCifgPeepholeNoProjection()  local 1539     std::vector<float> inputGateBiasValue  in LstmNoCifgPeepholeProjection()  local 1842     std::vector<float> inputGateBiasValue;  in LstmCifgPeepholeNoProjectionBatch2()  local 2042     std::vector<float> inputGateBiasValue{0.03, 0.15, 0.22, 0.38};  in LstmNoCifgPeepholeProjectionNoClippingLayerNorm()  local 2238     std::vector<float> inputGateBiasValue;  in LstmCifgPeepholeProjectionNoClippingLayerNorm()  local 2420     std::vector<int32_t> inputGateBiasValue{-7876, 13488, -726, 32839};  in QuantizedLstm()  local
  | 
| D | UnidirectionalSequenceLstm.hpp | 84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions,  in UnidirectionalSequenceLstmTestImpl() 448     std::vector<float> inputGateBiasValue(numUnits, 0.0f);  in UnidirectionalSequenceLstmLayerFloat32TestImpl()  local 653     std::vector<float> inputGateBiasValue(numUnits, 0.0f);  in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl()  local 884     std::vector<float> inputGateBiasValue{0.02234832f, 0.14757581f, 0.18176508f,  in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl()  local 1104     std::vector<float> inputGateBiasValue{0.03f, 0.15f, 0.22f, 0.38f, 0.05f};  in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()  local 1305     std::vector<float> inputGateBiasValue;  in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl()  local
  | 
| /external/android-nn-driver/test/1.3/ | 
| D | QLstm.cpp | 62 void QLstmTestImpl(const hidl_vec<uint32_t>&   inputDimensions,  in QLstmTestImpl() 582     std::vector<int32_t> inputGateBiasValue{ 644245, 3221226, 4724464, 8160438 };  in QLstmWithProjection()  local 742     std::vector<int32_t> inputGateBiasValue;  in QLstmWithNoProjection()  local 903     std::vector<int32_t> inputGateBiasValue;  in DynamicOutputQLstmWithNoProjection()  local
  |