Searched defs:cellBiasValue (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() 431 const std::vector<int32_t>& cellBiasValue, in QuantizedLstmTestImpl() 768 std::vector<float> cellBiasValue(numUnits, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local 958 std::vector<float> cellBiasValue(numUnits, 0.0f); in LstmCifgPeepholeNoProjection() local 1577 std::vector<float> cellBiasValue in LstmNoCifgPeepholeProjection() local 1868 std::vector<float> cellBiasValue(numUnits, 0.0f); in LstmCifgPeepholeNoProjectionBatch2() local 2068 std::vector<float> cellBiasValue{-0.05, 0.72, 0.25, 0.08}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2264 std::vector<float> cellBiasValue{-0.05, 0.72, 0.25, 0.08}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2450 std::vector<int32_t> cellBiasValue{39481, 48624, 48976, -21419}; in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 95 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 620 std::vector<int32_t> cellBiasValue{-1073742, 15461883, 5368709, 1717987 }; in QLstmWithProjection() local 780 std::vector<int32_t> cellBiasValue { -1073742, 15461883, 5368709, 1717987 }; in QLstmWithNoProjection() local 941 std::vector<int32_t> cellBiasValue { -1073742, 15461883, 5368709, 1717987 }; in DynamicOutputQLstmWithNoProjection() local
|