Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.hpp279 CreateConstTensorAndStoreData(TfLiteParserImpl::BufferRawPtr bufferPtr,
H A DTfLiteParser.cpp5095 TfLiteParserImpl::CreateConstTensorAndStoreData(TfLiteParserImpl::BufferRawPtr bufferPtr, in CreateConstTensorAndStoreData() function in armnnTfLiteParser::TfLiteParserImpl
5147 return CreateConstTensorAndStoreData<float>(bufferPtr, in CreateConstTensorPermuted()
5152 return CreateConstTensorAndStoreData<uint8_t>(bufferPtr, in CreateConstTensorPermuted()
5157 return CreateConstTensorAndStoreData<int8_t>(bufferPtr, in CreateConstTensorPermuted()
5162 return CreateConstTensorAndStoreData<int8_t>(bufferPtr, in CreateConstTensorPermuted()
5167 return CreateConstTensorAndStoreData<int32_t>(bufferPtr, in CreateConstTensorPermuted()