/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | UnidirectionalSequenceLstmTestImpl.cpp | 59 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() 61 … tensorHandleFactory.CreateTensorHandle(cellStateInTensorInfo); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() 63 … tensorHandleFactory.CreateTensorHandle(outputStateInTensorInfo); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() 66 tensorHandleFactory.CreateTensorHandle(outputStateOutTensorInfo); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() 68 tensorHandleFactory.CreateTensorHandle(cellStateOutTensorInfo); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() 69 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() 255 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in UnidirectionalSequenceLstmLayerFloat32TestImpl() 257 tensorHandleFactory.CreateTensorHandle(cellStateInTensorInfo); in UnidirectionalSequenceLstmLayerFloat32TestImpl() 259 tensorHandleFactory.CreateTensorHandle(outputStateInTensorInfo); in UnidirectionalSequenceLstmLayerFloat32TestImpl() 262 tensorHandleFactory.CreateTensorHandle(outputStateOutTensorInfo); in UnidirectionalSequenceLstmLayerFloat32TestImpl() [all …]
|
H A D | AdditionTestImpl.cpp | 224 …std::unique_ptr<armnn::ITensorHandle> inputHandle1 = tensorHandleFactory.CreateTensorHandle(inputT… in AdditionBroadcastTestImpl() 225 …std::unique_ptr<armnn::ITensorHandle> inputHandle2 = tensorHandleFactory.CreateTensorHandle(inputT… in AdditionBroadcastTestImpl() 226 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in AdditionBroadcastTestImpl() 308 …std::unique_ptr<armnn::ITensorHandle> inputHandle1 = tensorHandleFactory.CreateTensorHandle(inputT… in AdditionBroadcast1ElementTestImpl() 309 …std::unique_ptr<armnn::ITensorHandle> inputHandle2 = tensorHandleFactory.CreateTensorHandle(inputT… in AdditionBroadcast1ElementTestImpl() 310 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in AdditionBroadcast1ElementTestImpl() 563 tensorHandleFactory.CreateTensorHandle(poolingInputTensorInfo); in AdditionAfterMaxPoolTest() 565 tensorHandleFactory.CreateTensorHandle(poolingOutputTensorInfo); in AdditionAfterMaxPoolTest() 607 …std::unique_ptr<armnn::ITensorHandle> addInputHandle = tensorHandleFactory.CreateTensorHandle(addI… in AdditionAfterMaxPoolTest() 608 …std::unique_ptr<armnn::ITensorHandle> addOutputHandle = tensorHandleFactory.CreateTensorHandle(add… in AdditionAfterMaxPoolTest() [all …]
|
H A D | LstmTestImpl.cpp | 186 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in LstmNoCifgNoPeepholeNoProjectionTestImpl() 188 tensorHandleFactory.CreateTensorHandle(cellStateInTensorInfo); in LstmNoCifgNoPeepholeNoProjectionTestImpl() 190 tensorHandleFactory.CreateTensorHandle(outputStateInTensorInfo); in LstmNoCifgNoPeepholeNoProjectionTestImpl() 193 tensorHandleFactory.CreateTensorHandle(scratchBufferTensorInfo); in LstmNoCifgNoPeepholeNoProjectionTestImpl() 195 tensorHandleFactory.CreateTensorHandle(outputStateOutTensorInfo); in LstmNoCifgNoPeepholeNoProjectionTestImpl() 197 tensorHandleFactory.CreateTensorHandle(cellStateOutTensorInfo); in LstmNoCifgNoPeepholeNoProjectionTestImpl() 198 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in LstmNoCifgNoPeepholeNoProjectionTestImpl() 382 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() 384 tensorHandleFactory.CreateTensorHandle(cellStateInTensorInfo); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() 386 tensorHandleFactory.CreateTensorHandle(outputStateInTensorInfo); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() [all …]
|
H A D | Conv2dTestImpl.cpp | 310 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in SimpleConvolution2dTestImpl() 311 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in SimpleConvolution2dTestImpl() 312 …std::unique_ptr<armnn::ITensorHandle> weightsHandle = tensorHandleFactory.CreateTensorHandle(kerne… in SimpleConvolution2dTestImpl() 331 biasHandle = tensorHandleFactory.CreateTensorHandle(biasDesc); in SimpleConvolution2dTestImpl() 430 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in SimpleConvolution2dNhwcTestImpl() 431 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in SimpleConvolution2dNhwcTestImpl() 432 …std::unique_ptr<armnn::ITensorHandle> weightsHandle = tensorHandleFactory.CreateTensorHandle(kerne… in SimpleConvolution2dNhwcTestImpl() 458 biasHandle = tensorHandleFactory.CreateTensorHandle(biasDesc); in SimpleConvolution2dNhwcTestImpl() 574 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputI… in Convolution1dTestImpl() 575 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in Convolution1dTestImpl() [all …]
|
H A D | NormalizationTestImpl.cpp | 66 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in SimpleNormalizationTestImpl() 67 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in SimpleNormalizationTestImpl() 223 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in SimpleNormalizationNhwcTestImpl() 224 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in SimpleNormalizationNhwcTestImpl() 330 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in CompareNormalizationTestImpl() 331 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in CompareNormalizationTestImpl() 344 …ptr<armnn::ITensorHandle> outputHandleRef = refTensorHandleFactory.CreateTensorHandle(outputTensor… in CompareNormalizationTestImpl() 345 …_ptr<armnn::ITensorHandle> inputHandleRef = refTensorHandleFactory.CreateTensorHandle(inputTensorI… in CompareNormalizationTestImpl() 427 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in AcrossChannelNormalizationTestImpl() 428 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in AcrossChannelNormalizationTestImpl()
|
H A D | SplitterTestImpl.cpp | 178 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputT… in SplitterTestCommon() 183 tensorHandleFactory.CreateTensorHandle(outputTensorInfo1); in SplitterTestCommon() 188 tensorHandleFactory.CreateTensorHandle(outputTensorInfo2); in SplitterTestCommon() 193 tensorHandleFactory.CreateTensorHandle(outputTensorInfo3); in SplitterTestCommon() 198 tensorHandleFactory.CreateTensorHandle(outputTensorInfo4); in SplitterTestCommon() 298 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(tensorI… in CopyViaSplitterTestImpl() 303 tensorHandleFactory.CreateTensorHandle(tensorInfo); in CopyViaSplitterTestImpl()
|
H A D | BatchNormalizationTestImpl.cpp | 72 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in BatchNormTestImpl() 73 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in BatchNormTestImpl() 159 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTe… in BatchNormTestNhwcImpl() 160 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in BatchNormTestNhwcImpl() 646 …std::unique_ptr<armnn::ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputT… in CompareBatchNormTest() 647 …std::unique_ptr<armnn::ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(output… in CompareBatchNormTest() 649 …ptr<armnn::ITensorHandle> inputHandleRef = refTensorHandleFactory.CreateTensorHandle(inputTensorI… in CompareBatchNormTest() 650 …ptr<armnn::ITensorHandle> outputHandleRef = refTensorHandleFactory.CreateTensorHandle(outputTensor… in CompareBatchNormTest()
|
H A D | DetectionPostProcessTestImpl.hpp | 170 auto boxedHandle = tensorHandleFactory.CreateTensorHandle(boxEncodingsInfo); in DetectionPostProcessImpl() 171 auto scoreshandle = tensorHandleFactory.CreateTensorHandle(scoresInfo); in DetectionPostProcessImpl() 172 auto anchorsHandle = tensorHandleFactory.CreateTensorHandle(anchorsInfo); in DetectionPostProcessImpl() 173 auto outputBoxesHandle = tensorHandleFactory.CreateTensorHandle(detectionBoxesInfo); in DetectionPostProcessImpl() 174 auto classesHandle = tensorHandleFactory.CreateTensorHandle(detectionClassesInfo); in DetectionPostProcessImpl() 175 auto outputScoresHandle = tensorHandleFactory.CreateTensorHandle(detectionScoresInfo); in DetectionPostProcessImpl() 176 auto numDetectionHandle = tensorHandleFactory.CreateTensorHandle(numDetectionInfo); in DetectionPostProcessImpl()
|
H A D | ConcatTestImpl.cpp | 141 …std::unique_ptr<ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTensorInf… in PermuteTensorData() 142 …std::unique_ptr<ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(outputTensorI… in PermuteTensorData() 334 …std::unique_ptr<ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(outputTensorI… in Concatenate() 349 outputHandle = tensorHandleFactory.CreateTensorHandle(outputTensorInfo); in Concatenate() 361 … tensorHandleFactory.CreateTensorHandle(inputTensorInfo); in Concatenate() 372 …std::unique_ptr<ITensorHandle> inputHandle = tensorHandleFactory.CreateTensorHandle(inputTensorInf… in Concatenate() 508 …std::unique_ptr<ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(outputTensorI… in ConcatTestImpl() 515 tensorHandleFactory.CreateTensorHandle(inputTensorInfo1); in ConcatTestImpl() 520 tensorHandleFactory.CreateTensorHandle(inputTensorInfo2); in ConcatTestImpl() 2175 …std::unique_ptr<ITensorHandle> outputHandle = tensorHandleFactory.CreateTensorHandle(outputTensorI… in ConcatDifferentInputOutputQParamTest() [all …]
|
/aosp_15_r20/external/armnn/src/backends/cl/test/ |
H A D | ClImportTensorHandleFactoryTests.cpp | 24 REQUIRE_THROWS_AS(factory.CreateTensorHandle(tensorInfo, true), InvalidArgumentException); 25 …REQUIRE_THROWS_AS(factory.CreateTensorHandle(tensorInfo, DataLayout::NCHW, true), InvalidArgumentE… 37 auto tensorHandle = factory.CreateTensorHandle(tensorInfo); 43 tensorHandle = factory.CreateTensorHandle(tensorInfo, false); 49 tensorHandle = factory.CreateTensorHandle(tensorInfo, DataLayout::NHWC); 63 auto tensorHandle = factory.CreateTensorHandle(tensorInfo); 82 auto tensorHandle = factory.CreateTensorHandle(tensorInfo); 101 auto tensorHandle = factory.CreateTensorHandle(tensorInfo); 119 auto tensorHandle = factory.CreateTensorHandle(tensorInfo);
|
/aosp_15_r20/external/armnn/include/armnn/backends/ |
H A D | ITensorHandleFactory.hpp | 59 … virtual std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo) const = 0; 61 virtual std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 67 virtual std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, in CreateTensorHandle() function in armnn::ITensorHandleFactory 71 return CreateTensorHandle(tensorInfo); in CreateTensorHandle() 74 virtual std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, in CreateTensorHandle() function in armnn::ITensorHandleFactory 79 return CreateTensorHandle(tensorInfo, dataLayout); in CreateTensorHandle()
|
/aosp_15_r20/external/armnn/src/backends/cl/ |
H A D | ClTensorHandleFactory.cpp | 57 std::unique_ptr<ITensorHandle> ClTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorIn… in CreateTensorHandle() function in armnn::ClTensorHandleFactory 59 return ClTensorHandleFactory::CreateTensorHandle(tensorInfo, true); in CreateTensorHandle() 62 std::unique_ptr<ITensorHandle> ClTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorIn… in CreateTensorHandle() function in armnn::ClTensorHandleFactory 65 return ClTensorHandleFactory::CreateTensorHandle(tensorInfo, dataLayout, true); in CreateTensorHandle() 68 std::unique_ptr<ITensorHandle> ClTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorIn… in CreateTensorHandle() function in armnn::ClTensorHandleFactory 80 std::unique_ptr<ITensorHandle> ClTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorIn… in CreateTensorHandle() function in armnn::ClTensorHandleFactory
|
H A D | ClImportTensorHandleFactory.cpp | 56 std::unique_ptr<ITensorHandle> ClImportTensorHandleFactory::CreateTensorHandle(const TensorInfo& te… in CreateTensorHandle() function in armnn::ClImportTensorHandleFactory 63 std::unique_ptr<ITensorHandle> ClImportTensorHandleFactory::CreateTensorHandle(const TensorInfo& te… in CreateTensorHandle() function in armnn::ClImportTensorHandleFactory 72 std::unique_ptr<ITensorHandle> ClImportTensorHandleFactory::CreateTensorHandle(const TensorInfo& te… in CreateTensorHandle() function in armnn::ClImportTensorHandleFactory 79 return CreateTensorHandle(tensorInfo); in CreateTensorHandle() 82 std::unique_ptr<ITensorHandle> ClImportTensorHandleFactory::CreateTensorHandle(const TensorInfo& te… in CreateTensorHandle() function in armnn::ClImportTensorHandleFactory 90 return CreateTensorHandle(tensorInfo, dataLayout); in CreateTensorHandle()
|
H A D | ClTensorHandleFactory.hpp | 33 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo) const override; 35 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 38 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 41 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo,
|
H A D | ClImportTensorHandleFactory.hpp | 43 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo) const override; 45 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 48 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 51 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo,
|
/aosp_15_r20/external/armnn/src/backends/neon/ |
H A D | NeonTensorHandleFactory.cpp | 47 std::unique_ptr<ITensorHandle> NeonTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensor… in CreateTensorHandle() function in armnn::NeonTensorHandleFactory 49 return NeonTensorHandleFactory::CreateTensorHandle(tensorInfo, true); in CreateTensorHandle() 52 std::unique_ptr<ITensorHandle> NeonTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensor… in CreateTensorHandle() function in armnn::NeonTensorHandleFactory 55 return NeonTensorHandleFactory::CreateTensorHandle(tensorInfo, dataLayout, true); in CreateTensorHandle() 58 std::unique_ptr<ITensorHandle> NeonTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensor… in CreateTensorHandle() function in armnn::NeonTensorHandleFactory 73 std::unique_ptr<ITensorHandle> NeonTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensor… in CreateTensorHandle() function in armnn::NeonTensorHandleFactory
|
H A D | NeonTensorHandleFactory.hpp | 47 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo) const override; 49 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 52 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 55 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo,
|
/aosp_15_r20/external/armnn/src/backends/reference/ |
H A D | RefTensorHandleFactory.hpp | 31 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo) const override; 33 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 36 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 39 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo,
|
H A D | RefTensorHandleFactory.cpp | 30 std::unique_ptr<ITensorHandle> RefTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorI… in CreateTensorHandle() function in armnn::RefTensorHandleFactory 35 std::unique_ptr<ITensorHandle> RefTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorI… in CreateTensorHandle() function in armnn::RefTensorHandleFactory 42 std::unique_ptr<ITensorHandle> RefTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorI… in CreateTensorHandle() function in armnn::RefTensorHandleFactory 55 std::unique_ptr<ITensorHandle> RefTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorI… in CreateTensorHandle() function in armnn::RefTensorHandleFactory
|
/aosp_15_r20/external/armnn/src/backends/tosaReference/ |
H A D | TosaRefTensorHandleFactory.hpp | 31 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo) const override; 33 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 36 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 39 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo,
|
H A D | TosaRefTensorHandleFactory.cpp | 31 std::unique_ptr<ITensorHandle> TosaRefTensorHandleFactory::CreateTensorHandle(const TensorInfo& ten… in CreateTensorHandle() function in armnn::TosaRefTensorHandleFactory 36 std::unique_ptr<ITensorHandle> TosaRefTensorHandleFactory::CreateTensorHandle(const TensorInfo& ten… in CreateTensorHandle() function in armnn::TosaRefTensorHandleFactory 43 std::unique_ptr<ITensorHandle> TosaRefTensorHandleFactory::CreateTensorHandle(const TensorInfo& ten… in CreateTensorHandle() function in armnn::TosaRefTensorHandleFactory 56 std::unique_ptr<ITensorHandle> TosaRefTensorHandleFactory::CreateTensorHandle(const TensorInfo& ten… in CreateTensorHandle() function in armnn::TosaRefTensorHandleFactory
|
/aosp_15_r20/external/armnn/src/armnnTestUtils/ |
H A D | MockTensorHandleFactory.hpp | 33 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo) const override; 35 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 38 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo, 41 std::unique_ptr<ITensorHandle> CreateTensorHandle(const TensorInfo& tensorInfo,
|
H A D | MockTensorHandleFactory.cpp | 27 std::unique_ptr<ITensorHandle> MockTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensor… in CreateTensorHandle() function in armnn::MockTensorHandleFactory 32 std::unique_ptr<ITensorHandle> MockTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensor… in CreateTensorHandle() function in armnn::MockTensorHandleFactory 39 std::unique_ptr<ITensorHandle> MockTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensor… in CreateTensorHandle() function in armnn::MockTensorHandleFactory 52 std::unique_ptr<ITensorHandle> MockTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensor… in CreateTensorHandle() function in armnn::MockTensorHandleFactory
|
/aosp_15_r20/external/armnn/src/dynamic/sample/ |
H A D | SampleDynamicTensorHandleFactory.hpp | 31 …std::unique_ptr<armnn::ITensorHandle> CreateTensorHandle(const armnn::TensorInfo& tensorInfo) cons… 33 std::unique_ptr<armnn::ITensorHandle> CreateTensorHandle(const armnn::TensorInfo& tensorInfo, 36 std::unique_ptr<armnn::ITensorHandle> CreateTensorHandle(const armnn::TensorInfo& tensorInfo, 39 std::unique_ptr<armnn::ITensorHandle> CreateTensorHandle(const armnn::TensorInfo& tensorInfo,
|
H A D | SampleDynamicTensorHandleFactory.cpp | 31 std::unique_ptr<armnn::ITensorHandle> SampleDynamicTensorHandleFactory::CreateTensorHandle( in CreateTensorHandle() function in sdb::SampleDynamicTensorHandleFactory 37 std::unique_ptr<armnn::ITensorHandle> SampleDynamicTensorHandleFactory::CreateTensorHandle( in CreateTensorHandle() function in sdb::SampleDynamicTensorHandleFactory 45 std::unique_ptr<armnn::ITensorHandle> SampleDynamicTensorHandleFactory::CreateTensorHandle( in CreateTensorHandle() function in sdb::SampleDynamicTensorHandleFactory 59 std::unique_ptr<armnn::ITensorHandle> SampleDynamicTensorHandleFactory::CreateTensorHandle( in CreateTensorHandle() function in sdb::SampleDynamicTensorHandleFactory
|