Searched defs:projectionWeightsValue (Results 1 – 3 of 3) sorted by relevance
/external/android-nn-driver/test/ |
D | UnidirectionalSequenceLstm.hpp | 84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in UnidirectionalSequenceLstmTestImpl() 461 std::vector<float> projectionWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 666 std::vector<float> projectionWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 901 …std::vector<float> projectionWeightsValue{-0.009802181f, 0.09401916f, 0.0717386f, -0.13895074f, 0.… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1117 std::vector<float> projectionWeightsValue{-0.1f, 0.2f, 0.01f, -0.2f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1318 std::vector<float> projectionWeightsValue; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 755 std::vector<float> projectionWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 945 std::vector<float> projectionWeightsValue; in LstmCifgPeepholeNoProjection() local 1576 std::vector<float> projectionWeightsValue in LstmNoCifgPeepholeProjection() local 1855 std::vector<float> projectionWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2055 std::vector<float> projectionWeightsValue{-0.1, 0.2, 0.01, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2251 std::vector<float> projectionWeightsValue{-0.1, 0.2, 0.01, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 62 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 594 … std::vector<int8_t> projectionWeightsValue{ -25, 51, 3, -51, 25, 127, 77, 20, 18, 51, -102, 51 }; in QLstmWithProjection() local 754 std::vector<int8_t> projectionWeightsValue; in QLstmWithNoProjection() local 915 std::vector<int8_t> projectionWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|