Home
last modified time | relevance | path

Searched defs:weightsData (Results 1 – 18 of 18) sorted by relevance

/external/armnn/delegate/test/
DFullyConnectedTest.cpp19 std::vector<float> weightsData = { 2, 3, 4, 5 }; in FullyConnectedFp32Test() local
45 std::vector<float> weightsData = { 2, 3, 4, -5 }; in FullyConnectedActivationTest() local
71 std::vector<int8_t> weightsData = { 2, 3, 4, 5 }; in FullyConnectedInt8Test() local
DFullyConnectedTestHelper.hpp25 std::vector<char> CreateFullyConnectedTfLiteModel(tflite::TensorType tensorType, in CreateFullyConnectedTfLiteModel()
169 void FullyConnectedTest(std::vector<armnn::BackendId>& backends, in FullyConnectedTest()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DTransposeConvolution2dTestImpl.cpp124 const std::vector<float>& weightsData, in TransposeConvolution2dTest()
210 std::vector<T>& weightsData) in SwizzleData()
257 std::vector<float> weightsData = in SimpleTransposeConvolution2dTest() local
347 std::vector<float> weightsData = in PaddedTransposeConvolution2dTest() local
437 std::vector<float> weightsData = in StridedTransposeConvolution2dTest() local
517 std::vector<float> weightsData = in MultiChannelTransposeConvolution2dTest() local
/external/armnn/src/backends/backendsCommon/test/
DTransposeConvolution2dEndToEndTestImpl.hpp80 std::vector<float> weightsData = in TransposeConvolution2dEndToEnd() local
171 std::vector<float> weightsData = in SimpleTransposeConvolution2dEndToEnd() local
DConvolution3dEndToEndTestImpl.hpp97 std::vector<float> weightsData = in Convolution3dEndToEnd() local
DConvolution2dEndToEndTestImpl.hpp76 std::vector<float> weightsData = in Convolution2dEndToEnd() local
DDepthwiseConvolution2dEndToEndTests.hpp99 std::vector<float> weightsData = in DepthwiseConvolution2dEndToEnd() local
DOptimizedNetworkTests.cpp385 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
DFullyConnectedEndToEndTestImpl.hpp193 std::vector<T> weightsData { in FullyConnectedWithDynamicWeightsEndToEnd() local
/external/armnn/samples/
DSimpleSample.cpp30 float weightsData[] = {1.0f}; // Identity in main() local
DAsyncExecutionSample.cpp51 float weightsData[] = {1.0f}; // Identity in main() local
DCustomMemoryAllocatorSample.cpp80 float weightsData[] = {1.0f}; // Identity in main() local
/external/armnn/src/backends/cl/test/
DClCustomAllocatorTests.cpp67 float weightsData[] = {1.0f}; // Identity in CreateTestNetwork() local
/external/armnn/src/backends/tosaCommon/test/
DOneToOneMappingTests.cpp231 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
672 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
/external/armnn/src/armnn/test/optimizations/
DFuseActivationTests.cpp74 std::vector<float> weightsData = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, in AddConstantLayers() local
126 std::vector<float> weightsData = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, in AddConstantLayers() local
175 std::vector<float> weightsData = { 1, 2, 3, 4, 5, in AddConstantLayers() local
DFoldPadTests.cpp687 std::vector<float> weightsData = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, variable
811 std::vector<float> weightsData = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, variable
/external/armnn/src/armnnSerializer/test/
DSerializerTests.cpp424 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
531 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
586 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
671 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
789 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
1161 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
1251 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
2872 std::vector<float> weightsData = GenerateRandomData<float>(weightsInfo.GetNumElements()); variable
/external/armnn/src/profiling/test/
DProfilingTestUtils.cpp398 std::vector<float> weightsData{ in VerifyPostOptimisationStructureTestImpl() local