Searched refs:PassthroughTensorHandle (Results 1 – 7 of 7) sorted by relevance
147 class PassthroughTensorHandle : public TensorHandle class150 PassthroughTensorHandle(const TensorInfo& tensorInfo, void* mem) in PassthroughTensorHandle() function in armnn::PassthroughTensorHandle
14 class PassthroughTensorHandle;
52 armnn::PassthroughTensorHandle refHandle(tensorInfo, expectedOutput.data()); in FakeQuantizationTest()
81 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()
131 void PassthroughTensorHandle::Allocate() in Allocate()
203 auto passThroughHandle = std::make_shared<PassthroughTensorHandle>(info, mem);
814 … 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()