Searched defs:projectionWeightsData (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/armnn/src/armnnSerializer/test/ |
H A D | LstmSerializationTests.cpp | 356 …std::vector<float> projectionWeightsData = GenerateRandomData<float>(tensorInfo16x20.GetNumElement… variable 503 …std::vector<float> projectionWeightsData = GenerateRandomData<float>(tensorInfo16x20.GetNumElement… variable 1288 std::vector<float> projectionWeightsData(tensorInfo16x20.GetNumElements(), 0.0f); variable 2105 …std::vector<int8_t> projectionWeightsData = GenerateRandomData<int8_t>(projectionWeightsInfo.GetNu… variable 2398 …std::vector<float> projectionWeightsData = GenerateRandomData<float>(tensorInfo16x20.GetNumElement… variable 2540 …std::vector<float> projectionWeightsData = GenerateRandomData<float>(tensorInfo16x20.GetNumElement… variable
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | ConstTensorLayerVisitor.cpp | 1348 std::vector<float> projectionWeightsData = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable 1446 std::vector<float> projectionWeightsData = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable 2041 std::vector<uint8_t> projectionWeightsData = {1, 2, 3, 4, 5, 6, 7, 8, 9}; variable
|