Home
last modified time | relevance | path

Searched refs:PostAllocationConfigure (Results 1 – 25 of 26) sorted by relevance

12

/external/armnn/src/backends/reference/workloads/
DRefComparisonWorkload.cpp27 void RefComparisonWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefComparisonWorkload
29 PostAllocationConfigure(m_Data.m_Inputs, m_Data.m_Outputs); in PostAllocationConfigure()
32 void RefComparisonWorkload::PostAllocationConfigure(std::vector<ITensorHandle*> inputs, in PostAllocationConfigure() function in armnn::RefComparisonWorkload
54 PostAllocationConfigure(workingMemDescriptor->m_Inputs, workingMemDescriptor->m_Outputs); in ExecuteAsync()
DRefComparisonWorkload.hpp22 void PostAllocationConfigure() override;
27 …void PostAllocationConfigure(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outpu…
/external/armnn/src/armnn/
DExecutionFrame.hpp23 virtual void PostAllocationConfigure() {}; in PostAllocationConfigure() function in armnn::IExecutionFrame
33 void PostAllocationConfigure() override;
DExecutionFrame.cpp24 void ExecutionFrame::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::ExecutionFrame
28 workloadPtr.get()->PostAllocationConfigure(); in PostAllocationConfigure()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DAdditionTestImpl.cpp244 workload->PostAllocationConfigure(); in AdditionBroadcastTestImpl()
328 workload->PostAllocationConfigure(); in AdditionBroadcast1ElementTestImpl()
632 workload->PostAllocationConfigure(); in AdditionAfterMaxPoolTest()
634 addWorkload->PostAllocationConfigure(); in AdditionAfterMaxPoolTest()
710 workload->PostAllocationConfigure(); in CompareAdditionTest()
712 workloadRef->PostAllocationConfigure(); in CompareAdditionTest()
DPadTestImpl.cpp84 workload->PostAllocationConfigure(); in Pad2dTestCommon()
171 workload->PostAllocationConfigure(); in Pad3dTestCommon()
413 workload->PostAllocationConfigure(); in Pad4dTestCommon()
488 workload->PostAllocationConfigure(); in PadQAsymmTestCommon()
DFakeQuantizationTestImpl.cpp66 workload->PostAllocationConfigure(); in FakeQuantizationTest()
DElementwiseUnaryTestImpl.hpp78 workload->PostAllocationConfigure(); in ElementwiseUnaryTestHelper()
DConstantTestImpl.cpp117 workload->PostAllocationConfigure(); in ConstantTestImpl()
DLogicalTestImpl.cpp58 workload->PostAllocationConfigure(); in LogicalUnaryTestHelper()
116 workload->PostAllocationConfigure(); in LogicalBinaryTestHelper()
DMultiplicationTestImpl.cpp591 workload->PostAllocationConfigure(); in CompareMultiplicationTest()
593 workloadRef->PostAllocationConfigure(); in CompareMultiplicationTest()
DConcatTestImpl.cpp159 workload->PostAllocationConfigure(); in PermuteTensorData()
401 workload->PostAllocationConfigure(); in Concatenate()
540 workload->PostAllocationConfigure(); in ConcatTestImpl()
2211 workload->PostAllocationConfigure(); in ConcatDifferentInputOutputQParamTest()
2581 workload->PostAllocationConfigure(); in ConcatUint8DifferentQParamsTest()
2719 workload->PostAllocationConfigure(); in ConcatUint8Test()
2858 workload->PostAllocationConfigure(); in ConcatUint16Test()
DBatchNormalizationTestImpl.cpp690 workload->PostAllocationConfigure(); in CompareBatchNormTest()
692 workloadRef->PostAllocationConfigure(); in CompareBatchNormTest()
DElementwiseTestImpl.hpp95 workload->PostAllocationConfigure(); in ElementwiseTestHelper()
DMeanTestImpl.hpp65 workload->PostAllocationConfigure(); in MeanTestHelper()
DL2NormalizationTestImpl.cpp91 workload->PostAllocationConfigure(); in L2NormalizationTestImpl()
754 workload->PostAllocationConfigure(); in L2Normalization2dShapeTest()
DBatchToSpaceNdTestImpl.hpp75 workload->PostAllocationConfigure(); in BatchToSpaceNdHelper()
DArgMinMaxTestImpl.cpp52 workload->PostAllocationConfigure(); in ArgMinMaxTestCommon()
DComparisonTestImpl.cpp79 workload->PostAllocationConfigure(); in ComparisonTestImpl()
DBatchMatMulTestImpl.cpp55 workload->PostAllocationConfigure(); in BatchMatMulTestImpl()
DResizeTestImpl.cpp134 workload->PostAllocationConfigure(); in ResizeTestImpl()
DConv2dTestImpl.cpp1458 workloadRef->PostAllocationConfigure(); in CompareConvolution2dTestImpl()
3169 workloadRef->PostAllocationConfigure(); in CompareDepthwiseConvolution2dTestImpl()
/external/armnn/include/armnn/backends/
DIWorkload.hpp29 virtual void PostAllocationConfigure() = 0;
DWorkload.hpp57 void PostAllocationConfigure() override {} in PostAllocationConfigure() function in armnn::BaseWorkload
/external/armnn/include/armnnTestUtils/
DWorkloadTestUtils.hpp77 workload.PostAllocationConfigure(); in ExecuteWorkload()

12