Searched defs:cellToInputWeightsValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | UnidirectionalSequenceLstm.hpp | 103 const std::vector<float>& cellToInputWeightsValue, in UnidirectionalSequenceLstmTestImpl() 439 std::vector<float> cellToInputWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 644 std::vector<float> cellToInputWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 872 std::vector<float> cellToInputWeightsValue{0.040369894f, 0.030746894f, 0.24704495f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1095 std::vector<float> cellToInputWeightsValue{0.05f, 0.1f, 0.25f, 0.15f, -0.02f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1296 std::vector<float> cellToInputWeightsValue; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
H A D | Lstm.hpp | 102 const std::vector<float>& cellToInputWeightsValue, in LstmTestImpl() 733 std::vector<float> cellToInputWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 923 std::vector<float> cellToInputWeightsValue; in LstmCifgPeepholeNoProjection() local 1512 std::vector<float> cellToInputWeightsValue in LstmNoCifgPeepholeProjection() local 1833 std::vector<float> cellToInputWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2033 std::vector<float> cellToInputWeightsValue{0.05, 0.1, 0.25, 0.15}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2229 std::vector<float> cellToInputWeightsValue; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 81 const std::vector<int16_t>& cellToInputWeightsValue, in QLstmTestImpl() 573 std::vector<int16_t> cellToInputWeightsValue; in QLstmWithProjection() local 733 std::vector<int16_t> cellToInputWeightsValue; in QLstmWithNoProjection() local 894 std::vector<int16_t> cellToInputWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|