Searched refs:outputLayerNormWeightsValue (Results 1 – 3 of 3) sorted by relevance
/external/android-nn-driver/test/ |
D | UnidirectionalSequenceLstm.hpp | 138 const std::vector<float>& outputLayerNormWeightsValue, in UnidirectionalSequenceLstmTestImpl() 288 outputLayerNormWeightsValue, in UnidirectionalSequenceLstmTestImpl() 506 std::vector<float> outputLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 557 … outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TestImpl() 711 std::vector<float> outputLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 762 … outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() 951 std::vector<float> outputLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1002 … outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() 1166 std::vector<float> outputLayerNormWeightsValue{0.6f, 0.2f, 0.2f, 0.5f, 0.1f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1217 … outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() [all …]
|
D | Lstm.hpp | 136 const std::vector<float>& outputLayerNormWeightsValue, in LstmTestImpl() 264 !outputLayerNormWeightsValue.empty()) in LstmTestImpl() 292 outputLayerNormWeightsValue, in LstmTestImpl() 797 std::vector<float> outputLayerNormWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 845 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in LstmNoCifgNoPeepholeNoProjection() 987 std::vector<float> outputLayerNormWeightsValue; in LstmCifgPeepholeNoProjection() local 1035 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in LstmCifgPeepholeNoProjection() 1684 std::vector<float> outputLayerNormWeightsValue; in LstmNoCifgPeepholeProjection() local 1754 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in LstmNoCifgPeepholeProjection() 1897 std::vector<float> outputLayerNormWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local [all …]
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 109 const std::vector<int16_t>& outputLayerNormWeightsValue, in QLstmTestImpl() 342 !outputLayerNormWeightsValue.empty()) in QLstmTestImpl() 379 outputLayerNormWeightsValue, in QLstmTestImpl() 616 std::vector<int16_t> outputLayerNormWeightsValue{ 19660, 6553, 6553, 16384 }; in QLstmWithProjection() local 660 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in QLstmWithProjection() 776 std::vector<int16_t> outputLayerNormWeightsValue { 19660, 6553, 6553, 16384 }; in QLstmWithNoProjection() local 820 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in QLstmWithNoProjection() 937 std::vector<int16_t> outputLayerNormWeightsValue { 19660, 6553, 6553, 16384 }; in DynamicOutputQLstmWithNoProjection() local 981 outputLayerNormWeightsDimensions, outputLayerNormWeightsValue, in DynamicOutputQLstmWithNoProjection()
|