Searched defs:forgetGateBiasValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 408 const std::vector<int32_t>& forgetGateBiasValue, in QuantizedLstmTestImpl() 745 std::vector<float> forgetGateBiasValue(numUnits, 1.0f); in LstmNoCifgNoPeepholeNoProjection() local 935 std::vector<float> forgetGateBiasValue(numUnits, 1.0f); in LstmCifgPeepholeNoProjection() local 1548 std::vector<float> forgetGateBiasValue in LstmNoCifgPeepholeProjection() local 1845 std::vector<float> forgetGateBiasValue{1.0f, 1.0f, 1.0f, 1.0f}; in LstmCifgPeepholeNoProjectionBatch2() local 2045 std::vector<float> forgetGateBiasValue{0.1, -0.3, -0.2, 0.1}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2241 std::vector<float> forgetGateBiasValue{0.1, -0.3, -0.2, 0.1}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2425 std::vector<int32_t> forgetGateBiasValue{9206, -46884, -11693, -38724}; in QuantizedLstm() local
|
H A D | UnidirectionalSequenceLstm.hpp | 84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in UnidirectionalSequenceLstmTestImpl() 451 std::vector<float> forgetGateBiasValue(numUnits, 1.0f); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 656 std::vector<float> forgetGateBiasValue(numUnits, 1.0f); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 888 std::vector<float> forgetGateBiasValue{0.035185695f, -0.042891346f, -0.03032477f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1107 std::vector<float> forgetGateBiasValue{0.1f, -0.3f, -0.2f, 0.1f, 0.4f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1308 std::vector<float> forgetGateBiasValue{1., 1., 1., 1.}; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 62 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 585 std::vector<int32_t> forgetGateBiasValue{ 2147484, -6442451, -4294968, 2147484 }; in QLstmWithProjection() local 745 std::vector<int32_t> forgetGateBiasValue { 2147484, -6442451, -4294968, 2147484 }; in QLstmWithNoProjection() local 906 std::vector<int32_t> forgetGateBiasValue { 2147484, -6442451, -4294968, 2147484 }; in DynamicOutputQLstmWithNoProjection() local
|