Searched defs:forgetGateBiasValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 106 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 429 const std::vector<int32_t>& forgetGateBiasValue, in QuantizedLstmTestImpl() 765 std::vector<float> forgetGateBiasValue(numUnits, 1.0f); in LstmNoCifgNoPeepholeNoProjection() local 955 std::vector<float> forgetGateBiasValue(numUnits, 1.0f); in LstmCifgPeepholeNoProjection() local 1568 std::vector<float> forgetGateBiasValue in LstmNoCifgPeepholeProjection() local 1865 std::vector<float> forgetGateBiasValue{1.0f, 1.0f, 1.0f, 1.0f}; in LstmCifgPeepholeNoProjectionBatch2() local 2065 std::vector<float> forgetGateBiasValue{0.1, -0.3, -0.2, 0.1}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2261 std::vector<float> forgetGateBiasValue{0.1, -0.3, -0.2, 0.1}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2445 std::vector<int32_t> forgetGateBiasValue{9206, -46884, -11693, -38724}; in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 95 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 617 std::vector<int32_t> forgetGateBiasValue{ 2147484, -6442451, -4294968, 2147484 }; in QLstmWithProjection() local 777 std::vector<int32_t> forgetGateBiasValue { 2147484, -6442451, -4294968, 2147484 }; in QLstmWithNoProjection() local 938 std::vector<int32_t> forgetGateBiasValue { 2147484, -6442451, -4294968, 2147484 }; in DynamicOutputQLstmWithNoProjection() local
|