Searched refs:expectedInputType (Results 1 – 1 of 1) sorted by relevance
102 armnn::DataType expectedInputType; in TypedWorkload() local106 expectedInputType = info.m_InputTensorInfos.front().GetDataType(); in TypedWorkload()108 if (std::find(dataTypes.begin(), dataTypes.end(), expectedInputType) == dataTypes.end()) in TypedWorkload()115 return it.GetDataType() == expectedInputType; in TypedWorkload()127 expectedInputType = info.m_InputTensorInfos.front().GetDataType(); in TypedWorkload()129 if (expectedOutputType != expectedInputType) in TypedWorkload()