Home
last modified time | relevance | path

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

/external/armnn/include/armnn/backends/
DWorkload.hpp119 armnn::DataType expectedOutputType; in TypedWorkload() local
123 expectedOutputType = info.m_OutputTensorInfos.front().GetDataType(); in TypedWorkload()
129 if (expectedOutputType != expectedInputType) in TypedWorkload()
134 … else if (std::find(dataTypes.begin(), dataTypes.end(), expectedOutputType) == dataTypes.end()) in TypedWorkload()
141 return it.GetDataType() == expectedOutputType; in TypedWorkload()