Home
last modified time | relevance | path

Searched defs:outputGateBiasValue (Results 1 – 2 of 2) sorted by relevance

/external/android-nn-driver/test/
DLstm.hpp106 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl()
408 void QuantizedLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QuantizedLstmTestImpl()
771 std::vector<float> outputGateBiasValue(numUnits, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local
961 std::vector<float> outputGateBiasValue(numUnits, 0.0f); in LstmCifgPeepholeNoProjection() local
1586 std::vector<float> outputGateBiasValue in LstmNoCifgPeepholeProjection() local
1871 std::vector<float> outputGateBiasValue(numUnits, 0.0f); in LstmCifgPeepholeNoProjectionBatch2() local
2071 std::vector<float> outputGateBiasValue{0.05, -0.01, 0.2, 0.1}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local
2267 std::vector<float> outputGateBiasValue{0.05, -0.01, 0.2, 0.1}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
2455 std::vector<int32_t> outputGateBiasValue{-58999, -17050, -41852, -40538}; in QuantizedLstm() local
/external/android-nn-driver/test/1.3/
DQLstm.cpp95 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl()
623 std::vector<int32_t> outputGateBiasValue{ 1073742, -214748, 4294968, 2147484 }; in QLstmWithProjection() local
783 std::vector<int32_t> outputGateBiasValue { 1073742, -214748, 4294968, 2147484 }; in QLstmWithNoProjection() local
944 std::vector<int32_t> outputGateBiasValue { 1073742, -214748, 4294968, 2147484 }; in DynamicOutputQLstmWithNoProjection() local