Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriverFloatXNNPACK.cpp459 static V1_3::ErrorStatus CheckSlopeTensorShape(std::vector<uint32_t>& dimensions) { in CheckSlopeTensorShape() function in android::nn::sample_driver::Subgraph
1274 NN_DRIVER_RETURN_IF_ERROR(CheckSlopeTensorShape(operands[ins[1]].dimensions)); in VisitPreluNode()