Searched defs:cellToForgetWeightsValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | UnidirectionalSequenceLstm.hpp | 84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in UnidirectionalSequenceLstmTestImpl() 442 std::vector<float> cellToForgetWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 647 std::vector<float> cellToForgetWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 876 std::vector<float> cellToForgetWeightsValue{-0.01998659f, -0.15568835f, -0.24248174f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1098 std::vector<float> cellToForgetWeightsValue{-0.02f, -0.15f, -0.25f, -0.03f, 0.15f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1299 … std::vector<float> cellToForgetWeightsValue{0.47485286f, -0.51955009f, -0.24458408f, 0.31544167f}; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
H A D | Lstm.hpp | 104 const std::vector<float>& cellToForgetWeightsValue, in LstmTestImpl() 736 std::vector<float> cellToForgetWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 926 … std::vector<float> cellToForgetWeightsValue{0.47485286f, -0.51955009f, -0.24458408f, 0.31544167f}; in LstmCifgPeepholeNoProjection() local 1521 std::vector<float> cellToForgetWeightsValue in LstmNoCifgPeepholeProjection() local 1836 … std::vector<float> cellToForgetWeightsValue{0.47485286f, -0.51955009f, -0.24458408f, 0.31544167f}; in LstmCifgPeepholeNoProjectionBatch2() local 2036 std::vector<float> cellToForgetWeightsValue{-0.02, -0.15, -0.25, -0.03}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2232 std::vector<float> cellToForgetWeightsValue{-0.02, -0.15, -0.25, -0.03}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 83 const std::vector<int16_t>& cellToForgetWeightsValue, in QLstmTestImpl() 576 std::vector<int16_t> cellToForgetWeightsValue; in QLstmWithProjection() local 736 std::vector<int16_t> cellToForgetWeightsValue; in QLstmWithNoProjection() local 897 std::vector<int16_t> cellToForgetWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|