Home
last modified time | relevance | path

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

/external/armnn/src/armnnTfLiteParser/test/
DParserFlatbuffersFixture.hpp301 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()
/external/armnn/src/armnnDeserializer/test/
DParserFlatbuffersSerializeFixture.hpp219 armnn::VerifyTensorInfoDataType(bindingInfo.second, ArmnnInputType); in RunTest()
230 armnn::VerifyTensorInfoDataType(bindingInfo.second, ArmnnOutputType); in RunTest()
/external/armnn/include/armnn/
DTypesUtils.hpp369 inline void VerifyTensorInfoDataType(const armnn::TensorInfo & info, armnn::DataType dataType) in VerifyTensorInfoDataType() function