Searched defs:cellLayerNormWeightsValue (Results 1 – 3 of 3) sorted by relevance
/external/android-nn-driver/test/ |
D | UnidirectionalSequenceLstm.hpp | 84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in UnidirectionalSequenceLstmTestImpl() 502 std::vector<float> cellLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 707 std::vector<float> cellLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 947 std::vector<float> cellLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1162 std::vector<float> cellLayerNormWeightsValue{0.7f, 0.2f, 0.3f, 0.8f, 0.5f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1359 std::vector<float> cellLayerNormWeightsValue; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 793 std::vector<float> cellLayerNormWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 983 std::vector<float> cellLayerNormWeightsValue; in LstmCifgPeepholeNoProjection() local 1680 std::vector<float> cellLayerNormWeightsValue; in LstmNoCifgPeepholeProjection() local 1893 std::vector<float> cellLayerNormWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2095 std::vector<float> cellLayerNormWeightsValue{0.7, 0.2, 0.3, 0.8}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2291 std::vector<float> cellLayerNormWeightsValue{0.7, 0.2, 0.3, 0.8}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 62 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 613 std::vector<int16_t> cellLayerNormWeightsValue{ 22937, 6553, 9830, 26214 }; in QLstmWithProjection() local 773 std::vector<int16_t> cellLayerNormWeightsValue { 22937, 6553, 9830, 26214 }; in QLstmWithNoProjection() local 934 std::vector<int16_t> cellLayerNormWeightsValue { 22937, 6553, 9830, 26214 }; in DynamicOutputQLstmWithNoProjection() local
|