Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp578 CreateConstTensorImpl(const T* bufferPtr, in CreateConstTensorImpl() function
636 return CreateConstTensorImpl<float>(srcData, tensorInfo, permutationVector); in CreateConstTensor()
640 … return CreateConstTensorImpl<float>(reinterpret_cast<const float*>(onnxTensor.raw_data().c_str()), in CreateConstTensor()
690 return CreateConstTensorImpl<int32_t>(int32Data.data(), tensorInfo, permutationVector); in CreateInt64ConstTensor()
701 return CreateConstTensorImpl<int32_t>(int32Data.data(), tensorInfo, permutationVector); in CreateInt64ConstTensor()
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp591 CreateConstTensorImpl(TfLiteParserImpl::BufferRawPtr bufferPtr, in CreateConstTensorImpl() function
5103 auto constData = CreateConstTensorImpl<T>(bufferPtr, in CreateConstTensorAndStoreData()