Home
last modified time | relevance | path

Searched defs:weightsVector (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DOptimizeSubgraphViewTests.cpp326 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 DOptimizerTests.cpp430 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 DFuseActivationTests.cpp78 … 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 DFoldPadTests.cpp48 std::vector<float> weightsVector(18); variable
130 std::vector<float> weightsVector(18); variable
H A DFuseBatchNormTests.cpp144 std::vector<T> weightsVector(begin(weightsIntVector), end(weightsIntVector)); in CreateNetwork() local
/aosp_15_r20/external/armnn/src/armnn/optimizations/
H A DFuseBatchNorm.hpp80 … std::vector<T> weightsVector (weightsBuffer, weightsBuffer + weightsTensor.GetNumElements()); in Run() local