Home
last modified time | relevance | path

Searched refs:PassthroughTensorHandle (Results 1 – 7 of 7) sorted by relevance

/external/armnn/include/armnn/backends/
DTensorHandle.hpp147 class PassthroughTensorHandle : public TensorHandle class
150 PassthroughTensorHandle(const TensorInfo& tensorInfo, void* mem) in PassthroughTensorHandle() function in armnn::PassthroughTensorHandle
DTensorHandleFwd.hpp14 class PassthroughTensorHandle;
/external/armnn/src/backends/backendsCommon/test/layerTests/
DFakeQuantizationTestImpl.cpp52 armnn::PassthroughTensorHandle refHandle(tensorInfo, expectedOutput.data()); in FakeQuantizationTest()
DNormalizationTestImpl.cpp81 armnn::PassthroughTensorHandle refHandle(outputTensorInfo, expectedOutput.data()); in SimpleNormalizationTestImpl()
238 armnn::PassthroughTensorHandle refHandle(outputTensorInfo, expectedOutput.data()); in SimpleNormalizationNhwcTestImpl()
442 armnn::PassthroughTensorHandle refHandle(outputTensorInfo, expectedOutput.data()); in AcrossChannelNormalizationTestImpl()
/external/armnn/src/backends/backendsCommon/
DTensorHandle.cpp131 void PassthroughTensorHandle::Allocate() in Allocate()
/external/armnn/src/backends/reference/test/
DRefTensorHandleTests.cpp203 auto passThroughHandle = std::make_shared<PassthroughTensorHandle>(info, mem);
/external/armnn/src/armnn/
DLoadedNetwork.cpp814 … std::make_unique<PassthroughTensorHandle>(outputTensor.GetInfo(), outputTensor.GetMemoryArea()); in WorkloadData()
1357 std::make_unique<PassthroughTensorHandle>(outputTensor.GetInfo(), in ImportOutputTensor()
1385 std::make_unique<PassthroughTensorHandle>(outputTensor.GetInfo(), in CopyToOutputTensor()