Searched refs:VerifyTensorInfoDataType (Results 1 – 3 of 3) sorted by relevance
301 armnn::VerifyTensorInfoDataType(bindingInfo.second, dataType); in FillInputTensors()366 armnn::VerifyTensorInfoDataType(outputTensorInfo, armnnType2); in RunTest()427 armnn::VerifyTensorInfoDataType(bindingInfo.second, armnnType2); in RunTest()487 armnn::VerifyTensorInfoDataType(outputTensorInfo, outputType); in RunTest()
219 armnn::VerifyTensorInfoDataType(bindingInfo.second, ArmnnInputType); in RunTest()230 armnn::VerifyTensorInfoDataType(bindingInfo.second, ArmnnOutputType); in RunTest()
369 inline void VerifyTensorInfoDataType(const armnn::TensorInfo & info, armnn::DataType dataType) in VerifyTensorInfoDataType() function