Home
last modified time | relevance | path

Searched defs:CreateConstTensor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/delegate/classic/src/
H A DClassicDelegateUtils.hpp448 armnn::ConstTensor CreateConstTensor(const TfLiteTensor* tfLiteTensor, in CreateConstTensor() function
/aosp_15_r20/external/armnn/delegate/opaque/src/
H A DOpaqueDelegateUtils.hpp528 armnn::ConstTensor CreateConstTensor(const TfLiteOpaqueTensor* tfLiteTensor, in CreateConstTensor() function
/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp601 OnnxParserImpl::CreateConstTensor(const std::string name, in CreateConstTensor() function in armnnOnnxParser::OnnxParserImpl