Searched refs:ValidateTensorDataTypesMatch (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | WorkloadData.cpp | 304 void ValidateTensorDataTypesMatch(const TensorInfo& first, in ValidateTensorDataTypesMatch() function 349 ValidateTensorDataTypesMatch(inputInfo, weightInfo, descName, "input", "weight"); in ValidateWeightDataType() 527 …ValidateTensorDataTypesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() 650 …ValidateTensorDataTypesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() 768 …ValidateTensorDataTypesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() 798 …ValidateTensorDataTypesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", outputNam… in Validate() 936 …ValidateTensorDataTypesMatch(inputTensorInfo, outputTensorInfo, descriptorName, inputName, "output… in Validate() 1022 ValidateTensorDataTypesMatch(workloadInfo.m_InputTensorInfos[0], in Validate() 1029 ValidateTensorDataTypesMatch(workloadInfo.m_InputTensorInfos[0], in Validate() 1118 …ValidateTensorDataTypesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() [all …]
|