Searched defs:cellToOutputWeightsValue (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() 445 std::vector<float> cellToOutputWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 650 std::vector<float> cellToOutputWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 880 std::vector<float> cellToOutputWeightsValue{0.08286371f, -0.08261836f, -0.51210177f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1101 std::vector<float> cellToOutputWeightsValue{0.1f, -0.1f, -0.5f, 0.05f, 0.01f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1302 … std::vector<float> cellToOutputWeightsValue{-0.17135078f, 0.82760304f, 0.85573703f, -0.77109635f}; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
D | Lstm.hpp | 106 const std::vector<float>& cellToOutputWeightsValue, in LstmTestImpl() 739 std::vector<float> cellToOutputWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 929 … std::vector<float> cellToOutputWeightsValue{-0.17135078f, 0.82760304f, 0.85573703f, -0.77109635f}; in LstmCifgPeepholeNoProjection() local 1530 std::vector<float> cellToOutputWeightsValue in LstmNoCifgPeepholeProjection() local 1839 … std::vector<float> cellToOutputWeightsValue{-0.17135078f, 0.82760304f, 0.85573703f, -0.77109635f}; in LstmCifgPeepholeNoProjectionBatch2() local 2039 std::vector<float> cellToOutputWeightsValue{0.1, -0.1, -0.5, 0.05}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2235 std::vector<float> cellToOutputWeightsValue{0.1, -0.1, -0.5, 0.05}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 85 const std::vector<int16_t>& cellToOutputWeightsValue, in QLstmTestImpl() 579 std::vector<int16_t> cellToOutputWeightsValue; in QLstmWithProjection() local 739 std::vector<int16_t> cellToOutputWeightsValue; in QLstmWithNoProjection() local 900 std::vector<int16_t> cellToOutputWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|