Searched refs:ValidateTensorShapesMatch (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | WorkloadData.cpp | 72 void ValidateTensorShapesMatch(const TensorInfo& first, in ValidateTensorShapesMatch() function 651 ValidateTensorShapesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() 744 ValidateTensorShapesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() 769 ValidateTensorShapesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() 1147 ValidateTensorShapesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() 1248 ValidateTensorShapesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() 1265 ValidateTensorShapesMatch(mean, variance, descriptorName, "mean", "variance"); in Validate() 1266 ValidateTensorShapesMatch(mean, beta, descriptorName, "mean", "beta"); in Validate() 1267 ValidateTensorShapesMatch(mean, gamma, descriptorName, "mean", "gamma"); in Validate() 1656 … ValidateTensorShapesMatch(inputTensorInfo, outputTensorInfo, descriptorName, "input", "output"); in Validate() [all …]
|