Searched refs:outputStateInValue (Results 1 – 3 of 3) sorted by relevance
/external/android-nn-driver/test/ |
D | UnidirectionalSequenceLstm.hpp | 121 const std::vector<float>& outputStateInValue, in UnidirectionalSequenceLstmTestImpl() 317 inputArguments[1] = CreateRequestArgument<float>(outputStateInValue, 1); in UnidirectionalSequenceLstmTestImpl() 332 AddPoolAndSetData(outputStateInValue.size(), request, outputStateInValue.data()); in UnidirectionalSequenceLstmTestImpl() 468 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 547 outputStateInDimensions, outputStateInValue, in UnidirectionalSequenceLstmLayerFloat32TestImpl() 673 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 752 outputStateInDimensions, outputStateInValue, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() 913 std::vector<float> outputStateInValue(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 992 outputStateInDimensions, outputStateInValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() 1128 std::vector<float> outputStateInValue(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local [all …]
|
D | Lstm.hpp | 120 const std::vector<float>& outputStateInValue, in LstmTestImpl() 333 inputArguments[1] = CreateRequestArgument<float>(outputStateInValue, 1); in LstmTestImpl() 351 AddPoolAndSetData(outputStateInValue.size(), request, outputStateInValue.data()); in LstmTestImpl() 762 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local 837 outputStateInDimensions, outputStateInValue, in LstmNoCifgNoPeepholeNoProjection() 952 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmCifgPeepholeNoProjection() local 1027 outputStateInDimensions, outputStateInValue, in LstmCifgPeepholeNoProjection() 1649 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmNoCifgPeepholeProjection() local 1746 outputStateInDimensions, outputStateInValue, in LstmNoCifgPeepholeProjection() 1862 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmCifgPeepholeNoProjectionBatch2() local [all …]
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 600 std::vector<int8_t> outputStateInValue{ 0, 0, 0, 0, 0, 0 }; in QLstmWithProjection() local 655 outputStateInDimensions, outputStateInValue, in QLstmWithProjection() 760 std::vector<int8_t> outputStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in QLstmWithNoProjection() local 815 outputStateInDimensions, outputStateInValue, in QLstmWithNoProjection() 921 std::vector<int8_t> outputStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in DynamicOutputQLstmWithNoProjection() local 976 outputStateInDimensions, outputStateInValue, in DynamicOutputQLstmWithNoProjection()
|