Home
last modified time | relevance | path

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

/external/armnn/include/armnnTestUtils/
DMemCopyTestImpl.hpp21 bool withSubtensors) in MemCopyTest() argument
55 auto workloadInput = (withSubtensors && srcWorkloadFactory.SupportsSubTensors()) in MemCopyTest()
58 auto workloadOutput = (withSubtensors && dstWorkloadFactory.SupportsSubTensors()) in MemCopyTest()
100 LayerTestResult<T, 4> MemCopyTest(bool withSubtensors) in MemCopyTest() argument
112 return MemCopyTest<dataType>(srcWorkloadFactory, dstWorkloadFactory, withSubtensors); in MemCopyTest()