| /external/armnn/src/backends/reference/workloads/ |
| D | RefComparisonWorkload.cpp | 27 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()
|
| D | RefComparisonWorkload.hpp | 22 void PostAllocationConfigure() override; 27 …void PostAllocationConfigure(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outpu…
|
| /external/armnn/src/armnn/ |
| D | ExecutionFrame.hpp | 23 virtual void PostAllocationConfigure() {}; in PostAllocationConfigure() function in armnn::IExecutionFrame 33 void PostAllocationConfigure() override;
|
| D | ExecutionFrame.cpp | 24 void ExecutionFrame::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::ExecutionFrame 28 workloadPtr.get()->PostAllocationConfigure(); in PostAllocationConfigure()
|
| /external/armnn/src/backends/backendsCommon/test/layerTests/ |
| D | AdditionTestImpl.cpp | 244 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()
|
| D | PadTestImpl.cpp | 84 workload->PostAllocationConfigure(); in Pad2dTestCommon() 171 workload->PostAllocationConfigure(); in Pad3dTestCommon() 413 workload->PostAllocationConfigure(); in Pad4dTestCommon() 488 workload->PostAllocationConfigure(); in PadQAsymmTestCommon()
|
| D | FakeQuantizationTestImpl.cpp | 66 workload->PostAllocationConfigure(); in FakeQuantizationTest()
|
| D | ElementwiseUnaryTestImpl.hpp | 78 workload->PostAllocationConfigure(); in ElementwiseUnaryTestHelper()
|
| D | ConstantTestImpl.cpp | 117 workload->PostAllocationConfigure(); in ConstantTestImpl()
|
| D | LogicalTestImpl.cpp | 58 workload->PostAllocationConfigure(); in LogicalUnaryTestHelper() 116 workload->PostAllocationConfigure(); in LogicalBinaryTestHelper()
|
| D | MultiplicationTestImpl.cpp | 591 workload->PostAllocationConfigure(); in CompareMultiplicationTest() 593 workloadRef->PostAllocationConfigure(); in CompareMultiplicationTest()
|
| D | ConcatTestImpl.cpp | 159 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()
|
| D | BatchNormalizationTestImpl.cpp | 690 workload->PostAllocationConfigure(); in CompareBatchNormTest() 692 workloadRef->PostAllocationConfigure(); in CompareBatchNormTest()
|
| D | ElementwiseTestImpl.hpp | 95 workload->PostAllocationConfigure(); in ElementwiseTestHelper()
|
| D | MeanTestImpl.hpp | 65 workload->PostAllocationConfigure(); in MeanTestHelper()
|
| D | L2NormalizationTestImpl.cpp | 91 workload->PostAllocationConfigure(); in L2NormalizationTestImpl() 754 workload->PostAllocationConfigure(); in L2Normalization2dShapeTest()
|
| D | BatchToSpaceNdTestImpl.hpp | 75 workload->PostAllocationConfigure(); in BatchToSpaceNdHelper()
|
| D | ArgMinMaxTestImpl.cpp | 52 workload->PostAllocationConfigure(); in ArgMinMaxTestCommon()
|
| D | ComparisonTestImpl.cpp | 79 workload->PostAllocationConfigure(); in ComparisonTestImpl()
|
| D | BatchMatMulTestImpl.cpp | 55 workload->PostAllocationConfigure(); in BatchMatMulTestImpl()
|
| D | ResizeTestImpl.cpp | 134 workload->PostAllocationConfigure(); in ResizeTestImpl()
|
| D | Conv2dTestImpl.cpp | 1458 workloadRef->PostAllocationConfigure(); in CompareConvolution2dTestImpl() 3169 workloadRef->PostAllocationConfigure(); in CompareDepthwiseConvolution2dTestImpl()
|
| /external/armnn/include/armnn/backends/ |
| D | IWorkload.hpp | 29 virtual void PostAllocationConfigure() = 0;
|
| D | Workload.hpp | 57 void PostAllocationConfigure() override {} in PostAllocationConfigure() function in armnn::BaseWorkload
|
| /external/armnn/include/armnnTestUtils/ |
| D | WorkloadTestUtils.hpp | 77 workload.PostAllocationConfigure(); in ExecuteWorkload()
|