Searched refs:CreateConstTensorNonPermuted (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/ |
H A D | TfLiteParser.hpp | 264 armnn::ConstTensor CreateConstTensorNonPermuted(TensorRawPtr tensorPtr, 273 CreateConstTensorNonPermuted(TensorRawPtr tensorPtr,
|
H A D | TfLiteParser.cpp | 1339 …auto filterTensorAndData = CreateConstTensorNonPermuted(inputs[1], filterTensorInfo, inputTensorIn… in ParseConv3D() 1664 …auto filterTensorAndData = CreateConstTensorNonPermuted(inputs[1], filterTensorInfo, inputTensorIn… in ParseTransposeConv() 1672 …auto biasConstTensor = CreateConstTensorNonPermuted(inputs[3], biasTensorInfo, inputTensorInfo.Get… in ParseTransposeConv() 2775 auto alphaTensorAndData = CreateConstTensorNonPermuted(inputs[1], alphaTensorInfo, in ParsePrelu() 3456 auto anchorTensorAndData = CreateConstTensorNonPermuted(inputs[2], anchorTensorInfo); in ParseDetectionPostProcess() 5039 … auto tensorAndData = CreateConstTensorNonPermuted(tensorPtr, tensorInfo, dataType); in SetupConstantLayers() 5183 armnn::ConstTensor TfLiteParserImpl::CreateConstTensorNonPermuted(TensorRawPtr tensorPtr, in CreateConstTensorNonPermuted() function in armnnTfLiteParser::TfLiteParserImpl 5197 TfLiteParserImpl::CreateConstTensorNonPermuted(TensorRawPtr tensorPtr, in CreateConstTensorNonPermuted() function in armnnTfLiteParser::TfLiteParserImpl
|