Searched defs:weightsVector (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | OptimizeSubgraphViewTests.cpp | 326 std::vector<float> weightsVector(64); in BuildFullyOptimizableSubgraph1() local 367 std::vector<float> weightsVector(64); in BuildFullyOptimizableSubgraph2() local 475 std::vector<float> weightsVector(64); in BuildPartiallySupportedSubgraph() local 565 std::vector<float> weightsVector(64); in BuildFullyUnoptimizableSubgraph1() local 613 std::vector<float> weightsVector(64); in BuildPartiallyOptimizableSubgraph1() local 718 std::vector<float> weightsVector(64); in BuildPartiallyOptimizableSubgraph2() local
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | OptimizerTests.cpp | 430 std::vector<float> weightsVector(90); in CreateConvolution2dGraph() local 488 std::vector<float> weightsVector(18); in CreateDepthwiseConvolution2dGraph() local 871 std::vector<float> weightsVector = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 }; variable
|
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/ |
H A D | FuseActivationTests.cpp | 78 … std::vector<T> weightsVector = armnnUtils::QuantizedVector<T>(weightsData, scale, offset); in AddConstantLayers() local 130 … std::vector<T> weightsVector = armnnUtils::QuantizedVector<T>(weightsData, scale, offset); in AddConstantLayers() local 178 … std::vector<T> weightsVector = armnnUtils::QuantizedVector<T>(weightsData, scale, offset); in AddConstantLayers() local
|
H A D | FoldPadTests.cpp | 48 std::vector<float> weightsVector(18); variable 130 std::vector<float> weightsVector(18); variable
|
H A D | FuseBatchNormTests.cpp | 144 std::vector<T> weightsVector(begin(weightsIntVector), end(weightsIntVector)); in CreateNetwork() local
|
/aosp_15_r20/external/armnn/src/armnn/optimizations/ |
H A D | FuseBatchNorm.hpp | 80 … std::vector<T> weightsVector (weightsBuffer, weightsBuffer + weightsTensor.GetNumElements()); in Run() local
|