Searched refs:expectedOutputType (Results 1 – 1 of 1) sorted by relevance
119 armnn::DataType expectedOutputType; in TypedWorkload() local123 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()