Searched refs:inputToCellWeightsValue (Results 1 – 3 of 3) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 90 const std::vector<float>& inputToCellWeightsValue, in LstmTestImpl() argument 168 AddTensorOperand<HalPolicy>(model, inputToCellWeightsDimensions, inputToCellWeightsValue); in LstmTestImpl() 394 const std::vector<uint8_t>& inputToCellWeightsValue, in QuantizedLstmTestImpl() argument 472 inputToCellWeightsValue, in QuantizedLstmTestImpl() 691 std::vector<float> inputToCellWeightsValue{-0.50013041f, 0.13702840f, in LstmNoCifgNoPeepholeNoProjection() local 822 inputToCellWeightsDimensions, inputToCellWeightsValue, in LstmNoCifgNoPeepholeNoProjection() 884 std::vector<float> inputToCellWeightsValue{-0.49770179f, -0.27711356f, in LstmCifgPeepholeNoProjection() local 1012 inputToCellWeightsDimensions, inputToCellWeightsValue, in LstmCifgPeepholeNoProjection() 1116 std::vector<float> inputToCellWeightsValue in LstmNoCifgPeepholeProjection() local 1731 inputToCellWeightsDimensions, inputToCellWeightsValue, in LstmNoCifgPeepholeProjection() [all …]
|
D | UnidirectionalSequenceLstm.hpp | 91 const std::vector<float>& inputToCellWeightsValue, in UnidirectionalSequenceLstmTestImpl() argument 169 AddTensorOperand<HalPolicy>(model, inputToCellWeightsDimensions, inputToCellWeightsValue); in UnidirectionalSequenceLstmTestImpl() 395 std::vector<float> inputToCellWeightsValue{-0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 532 … inputToCellWeightsDimensions, inputToCellWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TestImpl() 598 …std::vector<float> inputToCellWeightsValue{-0.15782442688941956f, -0.027530014514923096f, 0.478985… in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 737 … inputToCellWeightsDimensions, inputToCellWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() 808 …std::vector<float> inputToCellWeightsValue{-0.04580283f, -0.09549462f, -0.032418985f, -0.06454633f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 977 … inputToCellWeightsDimensions, inputToCellWeightsValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() 1045 std::vector<float> inputToCellWeightsValue{-0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1192 … inputToCellWeightsDimensions, inputToCellWeightsValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() [all …]
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 69 const std::vector<int8_t>& inputToCellWeightsValue, in QLstmTestImpl() argument 181 inputToCellWeightsValue, in QLstmTestImpl() 547 std::vector<int8_t> inputToCellWeightsValue{ -51, -38, -25, -13, in QLstmWithProjection() local 640 inputToCellWeightsDimensions, inputToCellWeightsValue, in QLstmWithProjection() 700 std::vector<int8_t> inputToCellWeightsValue { -51, -38, -25, -13, -64, in QLstmWithNoProjection() local 800 inputToCellWeightsDimensions, inputToCellWeightsValue, in QLstmWithNoProjection() 861 std::vector<int8_t> inputToCellWeightsValue { -51, -38, -25, -13, -64, in DynamicOutputQLstmWithNoProjection() local 961 inputToCellWeightsDimensions, inputToCellWeightsValue, in DynamicOutputQLstmWithNoProjection()
|