Searched defs:projectionWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 95 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 626 … std::vector<int8_t> projectionWeightsValue{ -25, 51, 3, -51, 25, 127, 77, 20, 18, 51, -102, 51 }; in QLstmWithProjection() local 786 std::vector<int8_t> projectionWeightsValue; in QLstmWithNoProjection() local 947 std::vector<int8_t> projectionWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 106 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 775 std::vector<float> projectionWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 965 std::vector<float> projectionWeightsValue; in LstmCifgPeepholeNoProjection() local 1596 std::vector<float> projectionWeightsValue in LstmNoCifgPeepholeProjection() local 1875 std::vector<float> projectionWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2075 std::vector<float> projectionWeightsValue{-0.1, 0.2, 0.01, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2271 std::vector<float> projectionWeightsValue{-0.1, 0.2, 0.01, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|