Searched defs:inputGateBiasValue (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() 427 const std::vector<int32_t>& inputGateBiasValue, in QuantizedLstmTestImpl() 762 std::vector<float> inputGateBiasValue(numUnits, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local 952 std::vector<float> inputGateBiasValue; in LstmCifgPeepholeNoProjection() local 1559 std::vector<float> inputGateBiasValue in LstmNoCifgPeepholeProjection() local 1862 std::vector<float> inputGateBiasValue; in LstmCifgPeepholeNoProjectionBatch2() local 2062 std::vector<float> inputGateBiasValue{0.03, 0.15, 0.22, 0.38}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2258 std::vector<float> inputGateBiasValue; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2440 std::vector<int32_t> inputGateBiasValue{-7876, 13488, -726, 32839}; in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 95 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 614 std::vector<int32_t> inputGateBiasValue{ 644245, 3221226, 4724464, 8160438 }; in QLstmWithProjection() local 774 std::vector<int32_t> inputGateBiasValue; in QLstmWithNoProjection() local 935 std::vector<int32_t> inputGateBiasValue; in DynamicOutputQLstmWithNoProjection() local
|