Searched refs:ValidateTensorNumElementsMatch (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | WorkloadData.cpp | 318 void ValidateTensorNumElementsMatch(const TensorInfo& first, in ValidateTensorNumElementsMatch() function 526 …ValidateTensorNumElementsMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output… in Validate() 1789 …ValidateTensorNumElementsMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output… in Validate() 1901 …ValidateTensorNumElementsMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output… in Validate() 3617 ValidateTensorNumElementsMatch(inputInfo, outputInfo, descriptorName, "input", "output"); in Validate()
|